Html Css Color HEX #AF37CE Dark Orchid

📋 copy color: '#AF37CE'

red 175 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #AF37CE

Tints of Dark Orchid #AF37CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.61%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 40.14%
G = 12.61%
B = 47.25%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF37CE (or 0xAF37CE) is known color: Dark Orchid. HEX triplet: AF, 37 and CE. RGB value is (175,55,206). Sum of RGB (Red+Green+Blue) = 175+55+206=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37CE is #50C831. Grayscale: #6B6B6B. Windows color (decimal): -5294130 or 13514671. OLE color: 13514671.

HSL color Cylindrical-coordinate representation of color #AF37CE: hue angle of 287.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF37CE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 55 206 -
CMYK 0.15 0.73 0 0.19
HSL 287.68º 0.61% 0.51% -
HSV(B) 287.68º 0.73% 0.81% -
XYZ 30.19 16.3 59.95 -
YUV 108.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 175 55 206 0.15 0.73 0 0.19 287.68 0.61 0.51
Hex AF 37 CE F 49 0 13 120 3D 33
Octal 257 67 316 17 111 0 23 440 75 63
Binary 10101111 110111 11001110 1111 1001001 0 10011 100100000 111101 110011

Color Harmonies of #AF37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37CE

Black with #AF37CE

Text Example


Text Example

White with #AF37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37CE; }

 p { color: rgb(175,55,206); }

 H1.HeaderClassName
 {
   color: #AF37CE;
 }
 .AnyTagClassName
 {
   color: #AF37CE;
 }
</style>

background-color css

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

 a { background-color: rgb(175,55,206); }

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

border-color css

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

 span { border-color: rgb(175,55,206); }

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