Html Css Color HEX #AA1ADB Dark Orchid

📋 copy color: '#AA1ADB'

red 170 ◦ green 26 ◦ blue 219

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

Shades of Dark Orchid #AA1ADB

Tints of Dark Orchid #AA1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.27%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 40.96%
G = 6.27%
B = 52.77%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA1ADB (or 0xAA1ADB) is known color: Dark Orchid. HEX triplet: AA, 1A and DB. RGB value is (170,26,219). Sum of RGB (Red+Green+Blue) = 170+26+219=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ADB is #55E524. Grayscale: #5A5A5A. Windows color (decimal): -5629221 or 14359210. OLE color: 14359210.

HSL color Cylindrical-coordinate representation of color #AA1ADB: hue angle of 284.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1ADB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 26 219 -
CMYK 0.22 0.88 0 0.14
HSL 284.77º 0.79% 0.48% -
HSV(B) 284.77º 0.88% 0.86% -
XYZ 29.73 14.4 68.23 -
YUV 91.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 170 26 219 0.22 0.88 0 0.14 284.77 0.79 0.48
Hex AA 1A DB 16 58 0 E 11D 4F 30
Octal 252 32 333 26 130 0 16 435 117 60
Binary 10101010 11010 11011011 10110 1011000 0 1110 100011101 1001111 110000

Color Harmonies of #AA1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ADB

Black with #AA1ADB

Text Example


Text Example

White with #AA1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ADB; }

 p { color: rgb(170,26,219); }

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

background-color css

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

 a { background-color: rgb(170,26,219); }

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

border-color css

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

 span { border-color: rgb(170,26,219); }

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