Html Css Color HEX #AF39EF Dark Orchid

📋 copy color: '#AF39EF'

red 175 ◦ green 57 ◦ blue 239

#AF39EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF39EF

Tints of Dark Orchid #AF39EF

RGB

 RED value IS 175 (68.75% from 255) = 37.15%

 GREEN value IS 57 (22.66% from 255) = 12.1%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 37.15%
G = 12.1%
B = 50.74%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF39EF (or 0xAF39EF) is known color: 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

RGB 175 57 239 -
CMYK 0.27 0.76 0 0.06
HSL 278.9º 0.85% 0.58% -
HSV(B) 278.9º 0.76% 0.94% -
XYZ 34.72 18.27 83.36 -
YUV 113.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 175 57 239 0.27 0.76 0 0.06 278.9 0.85 0.58
Hex AF 39 EF 1B 4C 0 6 117 55 3A
Octal 257 71 357 33 114 0 6 427 125 72
Binary 10101111 111001 11101111 11011 1001100 0 110 100010111 1010101 111010

Color Harmonies of #AF39EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39EF

Black with #AF39EF

Text Example


Text Example

White with #AF39EF

Text Example


Text Example

HTML Codes & Css Web 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>