Html Css Color HEX #AA4A9F Violet Blue

📋 copy color: '#AA4A9F'

red 170 ◦ green 74 ◦ blue 159

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

Shades of Violet Blue #AA4A9F

Tints of Violet Blue #AA4A9F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 42.18%
G = 18.36%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA4A9F (or 0xAA4A9F) is known color: Violet Blue. HEX triplet: AA, 4A and 9F. RGB value is (170,74,159). Sum of RGB (Red+Green+Blue) = 170+74+159=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A9F is #55B560. Grayscale: #707070. Windows color (decimal): -5616993 or 10439338. OLE color: 10439338.

HSL color Cylindrical-coordinate representation of color #AA4A9F: hue angle of 306.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A9F is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 159 -
CMYK 0 0.56 0.06 0.33
HSL 306.88º 0.39% 0.48% -
HSV(B) 306.88º 0.56% 0.67% -
XYZ 25.28 15.95 34.55 -
YUV 112.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 170 74 159 0 0.56 0.06 0.33 306.88 0.39 0.48
Hex AA 4A 9F 0 38 6 21 133 27 30
Octal 252 112 237 0 70 6 41 463 47 60
Binary 10101010 1001010 10011111 0 111000 110 100001 100110011 100111 110000

Color Harmonies of #AA4A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A9F

Black with #AA4A9F

Text Example


Text Example

White with #AA4A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A9F; }

 p { color: rgb(170,74,159); }

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

background-color css

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

 a { background-color: rgb(170,74,159); }

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

border-color css

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

 span { border-color: rgb(170,74,159); }

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