Html Css Color HEX #AA76AF Violet Blue

📋 copy color: '#AA76AF'

red 170 ◦ green 118 ◦ blue 175

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

Shades of Violet Blue #AA76AF

Tints of Violet Blue #AA76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 36.72%
G = 25.49%
B = 37.8%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA76AF (or 0xAA76AF) is known color: Violet Blue. HEX triplet: AA, 76 and AF. RGB value is (170,118,175). Sum of RGB (Red+Green+Blue) = 170+118+175=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AF is #558950. Grayscale: #8B8B8B. Windows color (decimal): -5605713 or 11499178. OLE color: 11499178.

HSL color Cylindrical-coordinate representation of color #AA76AF: hue angle of 294.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA76AF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 118 175 -
CMYK 0.03 0.33 0 0.31
HSL 294.74º 0.26% 0.57% -
HSV(B) 294.74º 0.33% 0.69% -
XYZ 30.79 24.6 43.68 -
YUV 140.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 170 118 175 0.03 0.33 0 0.31 294.74 0.26 0.57
Hex AA 76 AF 3 21 0 1F 127 1A 39
Octal 252 166 257 3 41 0 37 447 32 71
Binary 10101010 1110110 10101111 11 100001 0 11111 100100111 11010 111001

Color Harmonies of #AA76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76AF

Black with #AA76AF

Text Example


Text Example

White with #AA76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76AF; }

 p { color: rgb(170,118,175); }

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

background-color css

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

 a { background-color: rgb(170,118,175); }

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

border-color css

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

 span { border-color: rgb(170,118,175); }

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