Html Css Color HEX #AD22DA Dark Orchid

📋 copy color: '#AD22DA'

red 173 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #AD22DA

Tints of Dark Orchid #AD22DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 40.71%
G = 8%
B = 51.29%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD22DA (or 0xAD22DA) is known color: Dark Orchid. HEX triplet: AD, 22 and DA. RGB value is (173,34,218). Sum of RGB (Red+Green+Blue) = 173+34+218=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD22DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22DA is #52DD25. Grayscale: #5F5F5F. Windows color (decimal): -5430566 or 14295725. OLE color: 14295725.

HSL color Cylindrical-coordinate representation of color #AD22DA: hue angle of 285.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD22DA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 34 218 -
CMYK 0.21 0.84 0 0.15
HSL 285.33º 0.73% 0.49% -
HSV(B) 285.33º 0.84% 0.85% -
XYZ 30.46 15.09 67.64 -
YUV 96.54 196.55 182.54 -
System Red Green Blue C M Y K H S L
Decimal 173 34 218 0.21 0.84 0 0.15 285.33 0.73 0.49
Hex AD 22 DA 15 54 0 F 11D 49 31
Octal 255 42 332 25 124 0 17 435 111 61
Binary 10101101 100010 11011010 10101 1010100 0 1111 100011101 1001001 110001

Color Harmonies of #AD22DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22DA

Black with #AD22DA

Text Example


Text Example

White with #AD22DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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