Html Css Color HEX #AA1AB4 Dark Orchid

📋 copy color: '#AA1AB4'

red 170 ◦ green 26 ◦ blue 180

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

Shades of Dark Orchid #AA1AB4

Tints of Dark Orchid #AA1AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 45.21%
G = 6.91%
B = 47.87%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA1AB4 (or 0xAA1AB4) is known color: Dark Orchid. HEX triplet: AA, 1A and B4. RGB value is (170,26,180). Sum of RGB (Red+Green+Blue) = 170+26+180=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA1AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AB4 is #55E54B. Grayscale: #565656. Windows color (decimal): -5629260 or 11803306. OLE color: 11803306.

HSL color Cylindrical-coordinate representation of color #AA1AB4: hue angle of 296.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1AB4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 26 180 -
CMYK 0.06 0.86 0 0.29
HSL 296.1º 0.75% 0.4% -
HSV(B) 296.1º 0.86% 0.71% -
XYZ 25.19 12.58 44.28 -
YUV 86.61 180.71 187.48 -
System Red Green Blue C M Y K H S L
Decimal 170 26 180 0.06 0.86 0 0.29 296.1 0.75 0.4
Hex AA 1A B4 6 56 0 1D 128 4B 28
Octal 252 32 264 6 126 0 35 450 113 50
Binary 10101010 11010 10110100 110 1010110 0 11101 100101000 1001011 101000

Color Harmonies of #AA1AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AB4

Black with #AA1AB4

Text Example


Text Example

White with #AA1AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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