Html Css Color HEX #AD22CC Dark Orchid

📋 copy color: '#AD22CC'

red 173 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #AD22CC

Tints of Dark Orchid #AD22CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 42.09%
G = 8.27%
B = 49.64%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD22CC (or 0xAD22CC) is known color: Dark Orchid. HEX triplet: AD, 22 and CC. RGB value is (173,34,204). Sum of RGB (Red+Green+Blue) = 173+34+204=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD22CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22CC is #52DD33. Grayscale: #5E5E5E. Windows color (decimal): -5430580 or 13378221. OLE color: 13378221.

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

Color convert

RGB 173 34 204 -
CMYK 0.15 0.83 0 0.2
HSL 289.06º 0.71% 0.47% -
HSV(B) 289.06º 0.83% 0.8% -
XYZ 28.7 14.39 58.39 -
YUV 94.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 173 34 204 0.15 0.83 0 0.2 289.06 0.71 0.47
Hex AD 22 CC F 53 0 14 121 47 2F
Octal 255 42 314 17 123 0 24 441 107 57
Binary 10101101 100010 11001100 1111 1010011 0 10100 100100001 1000111 101111

Color Harmonies of #AD22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22CC

Black with #AD22CC

Text Example


Text Example

White with #AD22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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