Html Css Color HEX #AD22C2 Dark Orchid

📋 copy color: '#AD22C2'

red 173 ◦ green 34 ◦ blue 194

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

Shades of Dark Orchid #AD22C2

Tints of Dark Orchid #AD22C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.38%

R = 43.14%
G = 8.48%
B = 48.38%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD22C2 (or 0xAD22C2) is known color: Dark Orchid. HEX triplet: AD, 22 and C2. RGB value is (173,34,194). Sum of RGB (Red+Green+Blue) = 173+34+194=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD22C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22C2 is #52DD3D. Grayscale: #5D5D5D. Windows color (decimal): -5430590 or 12722861. OLE color: 12722861.

HSL color Cylindrical-coordinate representation of color #AD22C2: hue angle of 292.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD22C2 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 34 194 -
CMYK 0.11 0.82 0 0.24
HSL 292.13º 0.7% 0.45% -
HSV(B) 292.13º 0.82% 0.76% -
XYZ 27.54 13.92 52.27 -
YUV 93.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 173 34 194 0.11 0.82 0 0.24 292.13 0.7 0.45
Hex AD 22 C2 B 52 0 18 124 46 2D
Octal 255 42 302 13 122 0 30 444 106 55
Binary 10101101 100010 11000010 1011 1010010 0 11000 100100100 1000110 101101

Color Harmonies of #AD22C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22C2

Black with #AD22C2

Text Example


Text Example

White with #AD22C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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