Html Css Color HEX #AF22CE Dark Orchid

📋 copy color: '#AF22CE'

red 175 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #AF22CE

Tints of Dark Orchid #AF22CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.19%

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

R = 42.17%
G = 8.19%
B = 49.64%

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

#AF22CE (or 0xAF22CE) is known color: Dark Orchid. HEX triplet: AF, 22 and CE. RGB value is (175,34,206). Sum of RGB (Red+Green+Blue) = 175+34+206=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22CE is #50DD31. Grayscale: #5F5F5F. Windows color (decimal): -5299506 or 13509295. OLE color: 13509295.

HSL color Cylindrical-coordinate representation of color #AF22CE: hue angle of 289.19º degrees, saturation: 0.72, 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 #AF22CE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 34 206 -
CMYK 0.15 0.83 0 0.19
HSL 289.19º 0.72% 0.47% -
HSV(B) 289.19º 0.83% 0.81% -
XYZ 29.39 14.71 59.68 -
YUV 95.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 175 34 206 0.15 0.83 0 0.19 289.19 0.72 0.47
Hex AF 22 CE F 53 0 13 121 48 2F
Octal 257 42 316 17 123 0 23 441 110 57
Binary 10101111 100010 11001110 1111 1010011 0 10011 100100001 1001000 101111

Color Harmonies of #AF22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22CE

Black with #AF22CE

Text Example


Text Example

White with #AF22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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