Html Css Color HEX #AA1ABE Dark Orchid

📋 copy color: '#AA1ABE'

red 170 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #AA1ABE

Tints of Dark Orchid #AA1ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 44.04%
G = 6.74%
B = 49.22%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA1ABE (or 0xAA1ABE) is known color: Dark Orchid. HEX triplet: AA, 1A and BE. RGB value is (170,26,190). Sum of RGB (Red+Green+Blue) = 170+26+190=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ABE is #55E541. Grayscale: #575757. Windows color (decimal): -5629250 or 12458666. OLE color: 12458666.

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

Color convert

RGB 170 26 190 -
CMYK 0.11 0.86 0 0.25
HSL 292.68º 0.76% 0.42% -
HSV(B) 292.68º 0.86% 0.75% -
XYZ 26.24 13 49.84 -
YUV 87.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 170 26 190 0.11 0.86 0 0.25 292.68 0.76 0.42
Hex AA 1A BE B 56 0 19 125 4C 2A
Octal 252 32 276 13 126 0 31 445 114 52
Binary 10101010 11010 10111110 1011 1010110 0 11001 100100101 1001100 101010

Color Harmonies of #AA1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ABE

Black with #AA1ABE

Text Example


Text Example

White with #AA1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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