Html Css Color HEX #AF24CE Dark Orchid

📋 copy color: '#AF24CE'

red 175 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #AF24CE

Tints of Dark Orchid #AF24CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.63%

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

R = 41.97%
G = 8.63%
B = 49.4%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF24CE (or 0xAF24CE) is known color: Dark Orchid. HEX triplet: AF, 24 and CE. RGB value is (175,36,206). Sum of RGB (Red+Green+Blue) = 175+36+206=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24CE is #50DB31. Grayscale: #606060. Windows color (decimal): -5298994 or 13509807. OLE color: 13509807.

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

Color convert

RGB 175 36 206 -
CMYK 0.15 0.83 0 0.19
HSL 289.06º 0.7% 0.47% -
HSV(B) 289.06º 0.83% 0.81% -
XYZ 29.45 14.83 59.7 -
YUV 96.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 175 36 206 0.15 0.83 0 0.19 289.06 0.7 0.47
Hex AF 24 CE F 53 0 13 121 46 2F
Octal 257 44 316 17 123 0 23 441 106 57
Binary 10101111 100100 11001110 1111 1010011 0 10011 100100001 1000110 101111

Color Harmonies of #AF24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24CE

Black with #AF24CE

Text Example


Text Example

White with #AF24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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