Html Css Color HEX #AA3AAB Violet Blue

📋 copy color: '#AA3AAB'

red 170 ◦ green 58 ◦ blue 171

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

Shades of Violet Blue #AA3AAB

Tints of Violet Blue #AA3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.54%

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

R = 42.61%
G = 14.54%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3AAB (or 0xAA3AAB) is known color: Violet Blue. HEX triplet: AA, 3A and AB. RGB value is (170,58,171). Sum of RGB (Red+Green+Blue) = 170+58+171=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAB is #55C554. Grayscale: #686868. Windows color (decimal): -5621077 or 11221674. OLE color: 11221674.

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

Color convert

RGB 170 58 171 -
CMYK 0.01 0.66 0 0.33
HSL 299.47º 0.49% 0.45% -
HSV(B) 299.47º 0.66% 0.67% -
XYZ 25.44 14.51 39.99 -
YUV 104.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 170 58 171 0.01 0.66 0 0.33 299.47 0.49 0.45
Hex AA 3A AB 1 42 0 21 12B 31 2D
Octal 252 72 253 1 102 0 41 453 61 55
Binary 10101010 111010 10101011 1 1000010 0 100001 100101011 110001 101101

Color Harmonies of #AA3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AAB

Black with #AA3AAB

Text Example


Text Example

White with #AA3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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