Html Css Color HEX #AD33DB Dark Orchid

📋 copy color: '#AD33DB'

red 173 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #AD33DB

Tints of Dark Orchid #AD33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.51%

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

R = 39.05%
G = 11.51%
B = 49.44%

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

#AD33DB (or 0xAD33DB) is known color: Dark Orchid. HEX triplet: AD, 33 and DB. RGB value is (173,51,219). Sum of RGB (Red+Green+Blue) = 173+51+219=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD33DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33DB is #52CC24. Grayscale: #6A6A6A. Windows color (decimal): -5426213 or 14365613. OLE color: 14365613.

HSL color Cylindrical-coordinate representation of color #AD33DB: hue angle of 283.57º 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 #AD33DB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 51 219 -
CMYK 0.21 0.77 0 0.14
HSL 283.57º 0.7% 0.53% -
HSV(B) 283.57º 0.77% 0.86% -
XYZ 31.2 16.37 68.53 -
YUV 106.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 173 51 219 0.21 0.77 0 0.14 283.57 0.7 0.53
Hex AD 33 DB 15 4D 0 E 11C 46 35
Octal 255 63 333 25 115 0 16 434 106 65
Binary 10101101 110011 11011011 10101 1001101 0 1110 100011100 1000110 110101

Color Harmonies of #AD33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33DB

Black with #AD33DB

Text Example


Text Example

White with #AD33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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