Html Css Color HEX #AA45AB Violet Blue

📋 copy color: '#AA45AB'

red 170 ◦ green 69 ◦ blue 171

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

Shades of Violet Blue #AA45AB

Tints of Violet Blue #AA45AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 41.46%
G = 16.83%
B = 41.71%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA45AB (or 0xAA45AB) is known color: Violet Blue. HEX triplet: AA, 45 and AB. RGB value is (170,69,171). Sum of RGB (Red+Green+Blue) = 170+69+171=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA45AB is #55BA54. Grayscale: #6E6E6E. Windows color (decimal): -5618261 or 11224490. OLE color: 11224490.

HSL color Cylindrical-coordinate representation of color #AA45AB: hue angle of 299.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA45AB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 171 -
CMYK 0.01 0.60 0 0.33
HSL 299.41º 0.43% 0.47% -
HSV(B) 299.41º 0.6% 0.67% -
XYZ 26.06 15.74 40.19 -
YUV 110.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 170 69 171 0.01 0.60 0 0.33 299.41 0.43 0.47
Hex AA 45 AB 1 3C 0 21 12B 2A 2F
Octal 252 105 253 1 74 0 41 453 52 57
Binary 10101010 1000101 10101011 1 111100 0 100001 100101011 101010 101111

Color Harmonies of #AA45AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45AB

Black with #AA45AB

Text Example


Text Example

White with #AA45AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45AB; }

 p { color: rgb(170,69,171); }

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

background-color css

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

 a { background-color: rgb(170,69,171); }

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

border-color css

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

 span { border-color: rgb(170,69,171); }

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