Html Css Color HEX #AA5FA6 Violet Blue

📋 copy color: '#AA5FA6'

red 170 ◦ green 95 ◦ blue 166

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

Shades of Violet Blue #AA5FA6

Tints of Violet Blue #AA5FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 39.44%
G = 22.04%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA5FA6 (or 0xAA5FA6) is known color: Violet Blue. HEX triplet: AA, 5F and A6. RGB value is (170,95,166). Sum of RGB (Red+Green+Blue) = 170+95+166=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FA6 is #55A059. Grayscale: #7D7D7D. Windows color (decimal): -5611610 or 10903466. OLE color: 10903466.

HSL color Cylindrical-coordinate representation of color #AA5FA6: hue angle of 303.2º 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 #AA5FA6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 95 166 -
CMYK 0 0.44 0.02 0.33
HSL 303.2º 0.31% 0.52% -
HSV(B) 303.2º 0.44% 0.67% -
XYZ 27.55 19.48 38.38 -
YUV 125.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 170 95 166 0 0.44 0.02 0.33 303.2 0.31 0.52
Hex AA 5F A6 0 2C 2 21 12F 1F 34
Octal 252 137 246 0 54 2 41 457 37 64
Binary 10101010 1011111 10100110 0 101100 10 100001 100101111 11111 110100

Color Harmonies of #AA5FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FA6

Black with #AA5FA6

Text Example


Text Example

White with #AA5FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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