Html Css Color HEX #AA39AB Violet Blue

📋 copy color: '#AA39AB'

red 170 ◦ green 57 ◦ blue 171

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

Shades of Violet Blue #AA39AB

Tints of Violet Blue #AA39AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

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

R = 42.71%
G = 14.32%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA39AB (or 0xAA39AB) is known color: Violet Blue. HEX triplet: AA, 39 and AB. RGB value is (170,57,171). Sum of RGB (Red+Green+Blue) = 170+57+171=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA39AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39AB is #55C654. Grayscale: #676767. Windows color (decimal): -5621333 or 11221418. OLE color: 11221418.

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

Color convert

RGB 170 57 171 -
CMYK 0.01 0.67 0 0.33
HSL 299.47º 0.5% 0.45% -
HSV(B) 299.47º 0.67% 0.67% -
XYZ 25.39 14.41 39.97 -
YUV 103.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 170 57 171 0.01 0.67 0 0.33 299.47 0.5 0.45
Hex AA 39 AB 1 43 0 21 12B 32 2D
Octal 252 71 253 1 103 0 41 453 62 55
Binary 10101010 111001 10101011 1 1000011 0 100001 100101011 110010 101101

Color Harmonies of #AA39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA39AB

Black with #AA39AB

Text Example


Text Example

White with #AA39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA39AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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