Html Css Color HEX #AD38DB Dark Orchid

📋 copy color: '#AD38DB'

red 173 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #AD38DB

Tints of Dark Orchid #AD38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

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

R = 38.62%
G = 12.5%
B = 48.88%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD38DB (or 0xAD38DB) is known color: Dark Orchid. HEX triplet: AD, 38 and DB. RGB value is (173,56,219). Sum of RGB (Red+Green+Blue) = 173+56+219=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38DB is #52C724. Grayscale: #6D6D6D. Windows color (decimal): -5424933 or 14366893. OLE color: 14366893.

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

Color convert

RGB 173 56 219 -
CMYK 0.21 0.74 0 0.14
HSL 283.07º 0.69% 0.54% -
HSV(B) 283.07º 0.74% 0.86% -
XYZ 31.43 16.83 68.61 -
YUV 109.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 173 56 219 0.21 0.74 0 0.14 283.07 0.69 0.54
Hex AD 38 DB 15 4A 0 E 11B 45 36
Octal 255 70 333 25 112 0 16 433 105 66
Binary 10101101 111000 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AD38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD38DB

Black with #AD38DB

Text Example


Text Example

White with #AD38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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