#AF20E4

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

Shades of Dark Orchid #AF20E4

Tints of Dark Orchid #AF20E4

Color information

#AF20E4 (or 0xAF20E4) is unknown color: approx Dark Orchid. HEX triplet: AF, 20 and E4. RGB value is (175,32,228). Sum of RGB (Red+Green+Blue) = 175+32+228=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF20E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20E4 is #50DF1B. Grayscale: #606060. Windows color (decimal): -5299996 or 14950575. OLE color: 14950575.

HSL color Cylindrical-coordinate representation of color #AF20E4: hue angle of 283.78º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF20E4 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17532228-
CMYK0.230.8600.11
HSL283.78º78.4%50.98%-
HSV(B)283.78º85.96%89.41%-
XYZ32.215.7574.74-
YUV97.1201.88183.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 32 (12.89% from 255) = 7.36%
BLUE value IS 228 (89.45% from 255) = 52.41%
R=40.23%
G=7.36%
B=52.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175322280.230.8600.11283.7878.450.98
HexAF20E417560B11c4e33
Octal257403442712601343411663
Binary1010111110000011100100101111010110010111000111001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF20E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF20E4; }

 p { color: rgb(175,32,228); }

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

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

 a { background-color: rgb(175,32,228); }

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

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

 span { border-color: rgb(175,32,228); }

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