Html Css Color HEX #AA4FA6 Violet Blue

📋 copy color: '#AA4FA6'

red 170 ◦ green 79 ◦ blue 166

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

Shades of Violet Blue #AA4FA6

Tints of Violet Blue #AA4FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

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

R = 40.96%
G = 19.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA4FA6 (or 0xAA4FA6) is known color: Violet Blue. HEX triplet: AA, 4F and A6. RGB value is (170,79,166). Sum of RGB (Red+Green+Blue) = 170+79+166=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FA6 is #55B059. Grayscale: #737373. Windows color (decimal): -5615706 or 10899370. OLE color: 10899370.

HSL color Cylindrical-coordinate representation of color #AA4FA6: hue angle of 302.64º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4FA6 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 79 166 -
CMYK 0 0.54 0.02 0.33
HSL 302.64º 0.37% 0.49% -
HSV(B) 302.64º 0.54% 0.67% -
XYZ 26.26 16.89 37.95 -
YUV 116.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 170 79 166 0 0.54 0.02 0.33 302.64 0.37 0.49
Hex AA 4F A6 0 36 2 21 12F 25 31
Octal 252 117 246 0 66 2 41 457 45 61
Binary 10101010 1001111 10100110 0 110110 10 100001 100101111 100101 110001

Color Harmonies of #AA4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FA6

Black with #AA4FA6

Text Example


Text Example

White with #AA4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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