Html Css Color HEX #AD1EAA Dark Orchid

📋 copy color: '#AD1EAA'

red 173 ◦ green 30 ◦ blue 170

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

Shades of Dark Orchid #AD1EAA

Tints of Dark Orchid #AD1EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 46.38%
G = 8.04%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD1EAA (or 0xAD1EAA) is known color: Dark Orchid. HEX triplet: AD, 1E and AA. RGB value is (173,30,170). Sum of RGB (Red+Green+Blue) = 173+30+170=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EAA is #52E155. Grayscale: #585858. Windows color (decimal): -5431638 or 11148973. OLE color: 11148973.

HSL color Cylindrical-coordinate representation of color #AD1EAA: hue angle of 301.26º 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 #AD1EAA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 30 170 -
CMYK 0 0.83 0.02 0.32
HSL 301.26º 0.7% 0.4% -
HSV(B) 301.26º 0.83% 0.68% -
XYZ 24.95 12.72 39.17 -
YUV 88.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 173 30 170 0 0.83 0.02 0.32 301.26 0.7 0.4
Hex AD 1E AA 0 53 2 20 12D 46 28
Octal 255 36 252 0 123 2 40 455 106 50
Binary 10101101 11110 10101010 0 1010011 10 100000 100101101 1000110 101000

Color Harmonies of #AD1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EAA

Black with #AD1EAA

Text Example


Text Example

White with #AD1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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