#AF39EF

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

Shades of Dark Orchid #AF39EF

Tints of Dark Orchid #AF39EF

Color information

#AF39EF (or 0xAF39EF) is unknown color: approx Dark Orchid. HEX triplet: AF, 39 and EF. RGB value is (175,57,239). Sum of RGB (Red+Green+Blue) = 175+57+239=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF39EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF39EF is #50C610. Grayscale: #707070. Windows color (decimal): -5293585 or 15677871. OLE color: 15677871.

HSL color Cylindrical-coordinate representation of color #AF39EF: hue angle of 278.9º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF39EF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17557239-
CMYK0.270.7600.06
HSL278.9º85.05%58.04%-
HSV(B)278.9º76.15%93.73%-
XYZ34.7218.2783.36-
YUV113.03199.09172.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 57 (22.66% from 255) = 12.10%
BLUE value IS 239 (93.75% from 255) = 50.74%
R=37.15%
G=12.10%
B=50.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175572390.270.7600.06278.985.0558.04
HexAF39EF1B4C06117553a
Octal25771357331140642712572
Binary101011111110011110111111011100110001101000101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39EF; }

 p { color: rgb(175,57,239); }

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

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

 a { background-color: rgb(175,57,239); }

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

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

 span { border-color: rgb(175,57,239); }

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