Html Css Color HEX #AA1ABD Dark Orchid

📋 copy color: '#AA1ABD'

red 170 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #AA1ABD

Tints of Dark Orchid #AA1ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 44.16%
G = 6.75%
B = 49.09%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA1ABD (or 0xAA1ABD) is known color: Dark Orchid. HEX triplet: AA, 1A and BD. RGB value is (170,26,189). Sum of RGB (Red+Green+Blue) = 170+26+189=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA1ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ABD is #55E542. Grayscale: #575757. Windows color (decimal): -5629251 or 12393130. OLE color: 12393130.

HSL color Cylindrical-coordinate representation of color #AA1ABD: hue angle of 293.01º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1ABD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 26 189 -
CMYK 0.10 0.86 0 0.26
HSL 293.01º 0.76% 0.42% -
HSV(B) 293.01º 0.86% 0.74% -
XYZ 26.13 12.96 49.27 -
YUV 87.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 170 26 189 0.10 0.86 0 0.26 293.01 0.76 0.42
Hex AA 1A BD A 56 0 1A 125 4C 2A
Octal 252 32 275 12 126 0 32 445 114 52
Binary 10101010 11010 10111101 1010 1010110 0 11010 100100101 1001100 101010

Color Harmonies of #AA1ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ABD

Black with #AA1ABD

Text Example


Text Example

White with #AA1ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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