Html Css Color HEX #AD22BA Dark Orchid

📋 copy color: '#AD22BA'

red 173 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #AD22BA

Tints of Dark Orchid #AD22BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 44.02%
G = 8.65%
B = 47.33%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD22BA (or 0xAD22BA) is known color: Dark Orchid. HEX triplet: AD, 22 and BA. RGB value is (173,34,186). Sum of RGB (Red+Green+Blue) = 173+34+186=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22BA is #52DD45. Grayscale: #5C5C5C. Windows color (decimal): -5430598 or 12198573. OLE color: 12198573.

HSL color Cylindrical-coordinate representation of color #AD22BA: hue angle of 294.87º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD22BA is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 34 186 -
CMYK 0.07 0.82 0 0.27
HSL 294.87º 0.69% 0.43% -
HSV(B) 294.87º 0.82% 0.73% -
XYZ 26.67 13.57 47.67 -
YUV 92.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 173 34 186 0.07 0.82 0 0.27 294.87 0.69 0.43
Hex AD 22 BA 7 52 0 1B 127 45 2B
Octal 255 42 272 7 122 0 33 447 105 53
Binary 10101101 100010 10111010 111 1010010 0 11011 100100111 1000101 101011

Color Harmonies of #AD22BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22BA

Black with #AD22BA

Text Example


Text Example

White with #AD22BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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