Html Css Color HEX #AA43AB Violet Blue

📋 copy color: '#AA43AB'

red 170 ◦ green 67 ◦ blue 171

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

Shades of Violet Blue #AA43AB

Tints of Violet Blue #AA43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

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

R = 41.67%
G = 16.42%
B = 41.91%

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

#AA43AB (or 0xAA43AB) is known color: Violet Blue. HEX triplet: AA, 43 and AB. RGB value is (170,67,171). Sum of RGB (Red+Green+Blue) = 170+67+171=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA43AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA43AB is #55BC54. Grayscale: #6D6D6D. Windows color (decimal): -5618773 or 11223978. OLE color: 11223978.

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

Color convert

RGB 170 67 171 -
CMYK 0.01 0.61 0 0.33
HSL 299.42º 0.44% 0.47% -
HSV(B) 299.42º 0.61% 0.67% -
XYZ 25.94 15.5 40.15 -
YUV 109.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 170 67 171 0.01 0.61 0 0.33 299.42 0.44 0.47
Hex AA 43 AB 1 3D 0 21 12B 2C 2F
Octal 252 103 253 1 75 0 41 453 54 57
Binary 10101010 1000011 10101011 1 111101 0 100001 100101011 101100 101111

Color Harmonies of #AA43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA43AB

Black with #AA43AB

Text Example


Text Example

White with #AA43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA43AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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