Html Css Color HEX #AD32DB Dark Orchid

📋 copy color: '#AD32DB'

red 173 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #AD32DB

Tints of Dark Orchid #AD32DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 39.14%
G = 11.31%
B = 49.55%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD32DB (or 0xAD32DB) is known color: Dark Orchid. HEX triplet: AD, 32 and DB. RGB value is (173,50,219). Sum of RGB (Red+Green+Blue) = 173+50+219=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32DB is #52CD24. Grayscale: #696969. Windows color (decimal): -5426469 or 14365357. OLE color: 14365357.

HSL color Cylindrical-coordinate representation of color #AD32DB: hue angle of 283.67º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD32DB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 50 219 -
CMYK 0.21 0.77 0 0.14
HSL 283.67º 0.7% 0.53% -
HSV(B) 283.67º 0.77% 0.86% -
XYZ 31.16 16.28 68.52 -
YUV 106.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 173 50 219 0.21 0.77 0 0.14 283.67 0.7 0.53
Hex AD 32 DB 15 4D 0 E 11C 46 35
Octal 255 62 333 25 115 0 16 434 106 65
Binary 10101101 110010 11011011 10101 1001101 0 1110 100011100 1000110 110101

Color Harmonies of #AD32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32DB

Black with #AD32DB

Text Example


Text Example

White with #AD32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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