Html Css Color HEX #AA1DAB Dark Orchid

📋 copy color: '#AA1DAB'

red 170 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #AA1DAB

Tints of Dark Orchid #AA1DAB

RGB

 RED value IS 170 (66.8% from 255) = 45.95%

 GREEN value IS 29 (11.72% from 255) = 7.84%

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

R = 45.95%
G = 7.84%
B = 46.22%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1DAB (or 0xAA1DAB) is known color: Dark Orchid. HEX triplet: AA, 1D and AB. RGB value is (170,29,171). Sum of RGB (Red+Green+Blue) = 170+29+171=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DAB is #55E254. Grayscale: #565656. Windows color (decimal): -5628501 or 11214250. OLE color: 11214250.

HSL color Cylindrical-coordinate representation of color #AA1DAB: hue angle of 299.58º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DAB is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 29 171 -
CMYK 0.01 0.83 0 0.33
HSL 299.58º 0.71% 0.39% -
HSV(B) 299.58º 0.83% 0.67% -
XYZ 24.37 12.37 39.63 -
YUV 87.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 170 29 171 0.01 0.83 0 0.33 299.58 0.71 0.39
Hex AA 1D AB 1 53 0 21 12C 47 27
Octal 252 35 253 1 123 0 41 454 107 47
Binary 10101010 11101 10101011 1 1010011 0 100001 100101100 1000111 100111

Color Harmonies of #AA1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DAB

Black with #AA1DAB

Text Example


Text Example

White with #AA1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DAB; }

 p { color: rgb(170,29,171); }

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

background-color css

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

 a { background-color: rgb(170,29,171); }

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

border-color css

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

 span { border-color: rgb(170,29,171); }

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