Html Css Color HEX #AA42AB Violet Blue

📋 copy color: '#AA42AB'

red 170 ◦ green 66 ◦ blue 171

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

Shades of Violet Blue #AA42AB

Tints of Violet Blue #AA42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.22%

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

R = 41.77%
G = 16.22%
B = 42.01%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA42AB (or 0xAA42AB) is known color: Violet Blue. HEX triplet: AA, 42 and AB. RGB value is (170,66,171). Sum of RGB (Red+Green+Blue) = 170+66+171=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42AB is #55BD54. Grayscale: #6C6C6C. Windows color (decimal): -5619029 or 11223722. OLE color: 11223722.

HSL color Cylindrical-coordinate representation of color #AA42AB: hue angle of 299.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA42AB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 171 -
CMYK 0.01 0.61 0 0.33
HSL 299.43º 0.44% 0.46% -
HSV(B) 299.43º 0.61% 0.67% -
XYZ 25.88 15.38 40.13 -
YUV 109.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 170 66 171 0.01 0.61 0 0.33 299.43 0.44 0.46
Hex AA 42 AB 1 3D 0 21 12B 2C 2E
Octal 252 102 253 1 75 0 41 453 54 56
Binary 10101010 1000010 10101011 1 111101 0 100001 100101011 101100 101110

Color Harmonies of #AA42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42AB

Black with #AA42AB

Text Example


Text Example

White with #AA42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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