Html Css Color HEX #AD22CE Dark Orchid

📋 copy color: '#AD22CE'

red 173 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #AD22CE

Tints of Dark Orchid #AD22CE

RGB

 RED value IS 173 (67.97% from 255) = 41.89%

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

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

R = 41.89%
G = 8.23%
B = 49.88%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD22CE (or 0xAD22CE) is known color: Dark Orchid. HEX triplet: AD, 22 and CE. RGB value is (173,34,206). Sum of RGB (Red+Green+Blue) = 173+34+206=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22CE is #52DD31. Grayscale: #5E5E5E. Windows color (decimal): -5430578 or 13509293. OLE color: 13509293.

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

Color convert

RGB 173 34 206 -
CMYK 0.16 0.83 0 0.19
HSL 288.49º 0.72% 0.47% -
HSV(B) 288.49º 0.83% 0.81% -
XYZ 28.95 14.48 59.66 -
YUV 95.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 173 34 206 0.16 0.83 0 0.19 288.49 0.72 0.47
Hex AD 22 CE 10 53 0 13 120 48 2F
Octal 255 42 316 20 123 0 23 440 110 57
Binary 10101101 100010 11001110 10000 1010011 0 10011 100100000 1001000 101111

Color Harmonies of #AD22CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22CE

Black with #AD22CE

Text Example


Text Example

White with #AD22CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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