Html Css Color HEX #AD1EB8 Dark Orchid

📋 copy color: '#AD1EB8'

red 173 ◦ green 30 ◦ blue 184

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

Shades of Dark Orchid #AD1EB8

Tints of Dark Orchid #AD1EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.75%

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 44.7%
G = 7.75%
B = 47.55%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD1EB8 (or 0xAD1EB8) is known color: Dark Orchid. HEX triplet: AD, 1E and B8. RGB value is (173,30,184). Sum of RGB (Red+Green+Blue) = 173+30+184=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD1EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EB8 is #52E147. Grayscale: #595959. Windows color (decimal): -5431624 or 12066477. OLE color: 12066477.

HSL color Cylindrical-coordinate representation of color #AD1EB8: hue angle of 295.71º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1EB8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 30 184 -
CMYK 0.06 0.84 0 0.28
HSL 295.71º 0.72% 0.42% -
HSV(B) 295.71º 0.84% 0.72% -
XYZ 26.35 13.27 46.52 -
YUV 90.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 173 30 184 0.06 0.84 0 0.28 295.71 0.72 0.42
Hex AD 1E B8 6 54 0 1C 128 48 2A
Octal 255 36 270 6 124 0 34 450 110 52
Binary 10101101 11110 10111000 110 1010100 0 11100 100101000 1001000 101010

Color Harmonies of #AD1EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EB8

Black with #AD1EB8

Text Example


Text Example

White with #AD1EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EB8; }

 p { color: rgb(173,30,184); }

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

background-color css

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

 a { background-color: rgb(173,30,184); }

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

border-color css

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

 span { border-color: rgb(173,30,184); }

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