Html Css Color HEX #AD1EAB Dark Orchid

📋 copy color: '#AD1EAB'

red 173 ◦ green 30 ◦ blue 171

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

Shades of Dark Orchid #AD1EAB

Tints of Dark Orchid #AD1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 46.26%
G = 8.02%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD1EAB (or 0xAD1EAB) is known color: Dark Orchid. HEX triplet: AD, 1E and AB. RGB value is (173,30,171). Sum of RGB (Red+Green+Blue) = 173+30+171=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EAB is #52E154. Grayscale: #585858. Windows color (decimal): -5431637 or 11214509. OLE color: 11214509.

HSL color Cylindrical-coordinate representation of color #AD1EAB: hue angle of 300.84º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1EAB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 30 171 -
CMYK 0 0.83 0.01 0.32
HSL 300.84º 0.7% 0.4% -
HSV(B) 300.84º 0.83% 0.68% -
XYZ 25.05 12.75 39.67 -
YUV 88.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 173 30 171 0 0.83 0.01 0.32 300.84 0.7 0.4
Hex AD 1E AB 0 53 1 20 12D 46 28
Octal 255 36 253 0 123 1 40 455 106 50
Binary 10101101 11110 10101011 0 1010011 1 100000 100101101 1000110 101000

Color Harmonies of #AD1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EAB

Black with #AD1EAB

Text Example


Text Example

White with #AD1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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