#AF54E7

Color #AF54E7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF54E7

Tints of Medium Orchid #AF54E7

Color information

#AF54E7 (or 0xAF54E7) is unknown color: approx Medium Orchid. HEX triplet: AF, 54 and E7. RGB value is (175,84,231). Sum of RGB (Red+Green+Blue) = 175+84+231=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF54E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54E7 is #50AB18. Grayscale: #7F7F7F. Windows color (decimal): -5286681 or 15160495. OLE color: 15160495.

HSL color Cylindrical-coordinate representation of color #AF54E7: hue angle of 277.14º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF54E7 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17584231-
CMYK0.240.6400.09
HSL277.14º75.38%61.76%-
HSV(B)277.14º63.64%90.59%-
XYZ35.2721.2277.84-
YUV127.97186.15161.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 84 (33.20% from 255) = 17.14%
BLUE value IS 231 (90.62% from 255) = 47.14%
R=35.71%
G=17.14%
B=47.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175842310.240.6400.09277.1475.3861.76
HexAF54E71840091154b3e
Octal2571243473010001142511376
Binary10101111101010011100111110001000000010011000101011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54E7; }

 p { color: rgb(175,84,231); }

 H1.HeaderClassName
 {
   color: #AF54E7;
 }
 .AnyTagClassName
 {
   color: #AF54E7;
 }
</style>
background-color css

<style>
 a { background-color: #AF54E7; }

 a { background-color: rgb(175,84,231); }

 div.DivClassName
 {
   background-color: #AF54E7;
 }
 .BgClassName
 {
   background-color: #AF54E7;
 }
</style>
border-color css

<style>
 span { border-color: #AF54E7; }

 span { border-color: rgb(175,84,231); }

 td.TdClassName
 {
   border-color: #AF54E7;
 }
 .TagClassName
 {
   border-color: #AF54E7;
 }
</style>