Html Css Color HEX #AD30DB Dark Orchid

📋 copy color: '#AD30DB'

red 173 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #AD30DB

Tints of Dark Orchid #AD30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.91%

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

R = 39.32%
G = 10.91%
B = 49.77%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD30DB (or 0xAD30DB) is known color: Dark Orchid. HEX triplet: AD, 30 and DB. RGB value is (173,48,219). Sum of RGB (Red+Green+Blue) = 173+48+219=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30DB is #52CF24. Grayscale: #686868. Windows color (decimal): -5426981 or 14364845. OLE color: 14364845.

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

Color convert

RGB 173 48 219 -
CMYK 0.21 0.78 0 0.14
HSL 283.86º 0.7% 0.52% -
HSV(B) 283.86º 0.78% 0.86% -
XYZ 31.08 16.11 68.49 -
YUV 104.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 173 48 219 0.21 0.78 0 0.14 283.86 0.7 0.52
Hex AD 30 DB 15 4E 0 E 11C 46 34
Octal 255 60 333 25 116 0 16 434 106 64
Binary 10101101 110000 11011011 10101 1001110 0 1110 100011100 1000110 110100

Color Harmonies of #AD30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30DB

Black with #AD30DB

Text Example


Text Example

White with #AD30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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