Html Css Color HEX #AD22E9 Dark Orchid

📋 copy color: '#AD22E9'

red 173 ◦ green 34 ◦ blue 233

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

Shades of Dark Orchid #AD22E9

Tints of Dark Orchid #AD22E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 39.32%
G = 7.73%
B = 52.95%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD22E9 (or 0xAD22E9) is known color: Dark Orchid. HEX triplet: AD, 22 and E9. RGB value is (173,34,233). Sum of RGB (Red+Green+Blue) = 173+34+233=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD22E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD22E9 is #52DD16. Grayscale: #616161. Windows color (decimal): -5430551 or 15278765. OLE color: 15278765.

HSL color Cylindrical-coordinate representation of color #AD22E9: hue angle of 281.91º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD22E9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 34 233 -
CMYK 0.26 0.85 0 0.09
HSL 281.91º 0.82% 0.52% -
HSV(B) 281.91º 0.85% 0.91% -
XYZ 32.51 15.91 78.45 -
YUV 98.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 173 34 233 0.26 0.85 0 0.09 281.91 0.82 0.52
Hex AD 22 E9 1A 55 0 9 11A 52 34
Octal 255 42 351 32 125 0 11 432 122 64
Binary 10101101 100010 11101001 11010 1010101 0 1001 100011010 1010010 110100

Color Harmonies of #AD22E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22E9

Black with #AD22E9

Text Example


Text Example

White with #AD22E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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