Html Css Color HEX #AF31CE Dark Orchid

📋 copy color: '#AF31CE'

red 175 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #AF31CE

Tints of Dark Orchid #AF31CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.4%

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

R = 40.7%
G = 11.4%
B = 47.91%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF31CE (or 0xAF31CE) is known color: Dark Orchid. HEX triplet: AF, 31 and CE. RGB value is (175,49,206). Sum of RGB (Red+Green+Blue) = 175+49+206=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF31CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31CE is #50CE31. Grayscale: #686868. Windows color (decimal): -5295666 or 13513135. OLE color: 13513135.

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

Color convert

RGB 175 49 206 -
CMYK 0.15 0.76 0 0.19
HSL 288.15º 0.62% 0.5% -
HSV(B) 288.15º 0.76% 0.81% -
XYZ 29.92 15.77 59.86 -
YUV 104.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 175 49 206 0.15 0.76 0 0.19 288.15 0.62 0.5
Hex AF 31 CE F 4C 0 13 120 3E 32
Octal 257 61 316 17 114 0 23 440 76 62
Binary 10101111 110001 11001110 1111 1001100 0 10011 100100000 111110 110010

Color Harmonies of #AF31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31CE

Black with #AF31CE

Text Example


Text Example

White with #AF31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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