Html Css Color HEX #AA3BAB Violet Blue

📋 copy color: '#AA3BAB'

red 170 ◦ green 59 ◦ blue 171

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

Shades of Violet Blue #AA3BAB

Tints of Violet Blue #AA3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

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

R = 42.5%
G = 14.75%
B = 42.75%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3BAB (or 0xAA3BAB) is known color: Violet Blue. HEX triplet: AA, 3B and AB. RGB value is (170,59,171). Sum of RGB (Red+Green+Blue) = 170+59+171=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3BAB is #55C454. Grayscale: #686868. Windows color (decimal): -5620821 or 11221930. OLE color: 11221930.

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

Color convert

RGB 170 59 171 -
CMYK 0.01 0.65 0 0.33
HSL 299.46º 0.49% 0.45% -
HSV(B) 299.46º 0.65% 0.67% -
XYZ 25.49 14.61 40.01 -
YUV 104.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 170 59 171 0.01 0.65 0 0.33 299.46 0.49 0.45
Hex AA 3B AB 1 41 0 21 12B 31 2D
Octal 252 73 253 1 101 0 41 453 61 55
Binary 10101010 111011 10101011 1 1000001 0 100001 100101011 110001 101101

Color Harmonies of #AA3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BAB

Black with #AA3BAB

Text Example


Text Example

White with #AA3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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