Html Css Color HEX #AA5FA8 Violet Blue

📋 copy color: '#AA5FA8'

red 170 ◦ green 95 ◦ blue 168

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

Shades of Violet Blue #AA5FA8

Tints of Violet Blue #AA5FA8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 39.26%
G = 21.94%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA5FA8 (or 0xAA5FA8) is known color: Violet Blue. HEX triplet: AA, 5F and A8. RGB value is (170,95,168). Sum of RGB (Red+Green+Blue) = 170+95+168=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FA8 is #55A057. Grayscale: #7D7D7D. Windows color (decimal): -5611608 or 11034538. OLE color: 11034538.

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

Color convert

RGB 170 95 168 -
CMYK 0 0.44 0.01 0.33
HSL 301.6º 0.31% 0.52% -
HSV(B) 301.6º 0.44% 0.67% -
XYZ 27.74 19.56 39.36 -
YUV 125.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 170 95 168 0 0.44 0.01 0.33 301.6 0.31 0.52
Hex AA 5F A8 0 2C 1 21 12E 1F 34
Octal 252 137 250 0 54 1 41 456 37 64
Binary 10101010 1011111 10101000 0 101100 1 100001 100101110 11111 110100

Color Harmonies of #AA5FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FA8

Black with #AA5FA8

Text Example


Text Example

White with #AA5FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FA8; }

 p { color: rgb(170,95,168); }

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

background-color css

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

 a { background-color: rgb(170,95,168); }

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

border-color css

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

 span { border-color: rgb(170,95,168); }

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