Html Css Color HEX #AA3EAB Violet Blue

📋 copy color: '#AA3EAB'

red 170 ◦ green 62 ◦ blue 171

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

Shades of Violet Blue #AA3EAB

Tints of Violet Blue #AA3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.38%

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

R = 42.18%
G = 15.38%
B = 42.43%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3EAB (or 0xAA3EAB) is known color: Violet Blue. HEX triplet: AA, 3E and AB. RGB value is (170,62,171). Sum of RGB (Red+Green+Blue) = 170+62+171=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3EAB is #55C154. Grayscale: #6A6A6A. Windows color (decimal): -5620053 or 11222698. OLE color: 11222698.

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

Color convert

RGB 170 62 171 -
CMYK 0.01 0.64 0 0.33
HSL 299.45º 0.47% 0.46% -
HSV(B) 299.45º 0.64% 0.67% -
XYZ 25.65 14.93 40.06 -
YUV 106.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 170 62 171 0.01 0.64 0 0.33 299.45 0.47 0.46
Hex AA 3E AB 1 40 0 21 12B 2F 2E
Octal 252 76 253 1 100 0 41 453 57 56
Binary 10101010 111110 10101011 1 1000000 0 100001 100101011 101111 101110

Color Harmonies of #AA3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EAB

Black with #AA3EAB

Text Example


Text Example

White with #AA3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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