Html Css Color HEX #AD32DE Dark Orchid

📋 copy color: '#AD32DE'

red 173 ◦ green 50 ◦ blue 222

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

Shades of Dark Orchid #AD32DE

Tints of Dark Orchid #AD32DE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.24%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 38.88%
G = 11.24%
B = 49.89%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD32DE (or 0xAD32DE) is known color: Dark Orchid. HEX triplet: AD, 32 and DE. RGB value is (173,50,222). Sum of RGB (Red+Green+Blue) = 173+50+222=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD32DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32DE is #52CD21. Grayscale: #696969. Windows color (decimal): -5426466 or 14561965. OLE color: 14561965.

HSL color Cylindrical-coordinate representation of color #AD32DE: hue angle of 282.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD32DE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 50 222 -
CMYK 0.22 0.77 0 0.13
HSL 282.91º 0.72% 0.53% -
HSV(B) 282.91º 0.77% 0.87% -
XYZ 31.56 16.44 70.62 -
YUV 106.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 173 50 222 0.22 0.77 0 0.13 282.91 0.72 0.53
Hex AD 32 DE 16 4D 0 D 11B 48 35
Octal 255 62 336 26 115 0 15 433 110 65
Binary 10101101 110010 11011110 10110 1001101 0 1101 100011011 1001000 110101

Color Harmonies of #AD32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32DE

Black with #AD32DE

Text Example


Text Example

White with #AD32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32DE; }

 p { color: rgb(173,50,222); }

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

background-color css

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

 a { background-color: rgb(173,50,222); }

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

border-color css

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

 span { border-color: rgb(173,50,222); }

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