Html Css Color HEX #AA1DB9 Dark Orchid

📋 copy color: '#AA1DB9'

red 170 ◦ green 29 ◦ blue 185

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

Shades of Dark Orchid #AA1DB9

Tints of Dark Orchid #AA1DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 44.27%
G = 7.55%
B = 48.18%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA1DB9 (or 0xAA1DB9) is known color: Dark Orchid. HEX triplet: AA, 1D and B9. RGB value is (170,29,185). Sum of RGB (Red+Green+Blue) = 170+29+185=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA1DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DB9 is #55E246. Grayscale: #585858. Windows color (decimal): -5628487 or 12131754. OLE color: 12131754.

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

Color convert

RGB 170 29 185 -
CMYK 0.08 0.84 0 0.27
HSL 294.23º 0.73% 0.42% -
HSV(B) 294.23º 0.84% 0.73% -
XYZ 25.77 12.93 47.04 -
YUV 88.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 170 29 185 0.08 0.84 0 0.27 294.23 0.73 0.42
Hex AA 1D B9 8 54 0 1B 126 49 2A
Octal 252 35 271 10 124 0 33 446 111 52
Binary 10101010 11101 10111001 1000 1010100 0 11011 100100110 1001001 101010

Color Harmonies of #AA1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DB9

Black with #AA1DB9

Text Example


Text Example

White with #AA1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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