Html Css Color HEX #AA76A5 Violet Blue

📋 copy color: '#AA76A5'

red 170 ◦ green 118 ◦ blue 165

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

Shades of Violet Blue #AA76A5

Tints of Violet Blue #AA76A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 37.53%
G = 26.05%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA76A5 (or 0xAA76A5) is known color: Violet Blue. HEX triplet: AA, 76 and A5. RGB value is (170,118,165). Sum of RGB (Red+Green+Blue) = 170+118+165=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A5 is #55895A. Grayscale: #8A8A8A. Windows color (decimal): -5605723 or 10843818. OLE color: 10843818.

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

Color convert

RGB 170 118 165 -
CMYK 0 0.31 0.03 0.33
HSL 305.77º 0.23% 0.56% -
HSV(B) 305.77º 0.31% 0.67% -
XYZ 29.85 24.22 38.7 -
YUV 138.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 170 118 165 0 0.31 0.03 0.33 305.77 0.23 0.56
Hex AA 76 A5 0 1F 3 21 132 17 38
Octal 252 166 245 0 37 3 41 462 27 70
Binary 10101010 1110110 10100101 0 11111 11 100001 100110010 10111 111000

Color Harmonies of #AA76A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76A5

Black with #AA76A5

Text Example


Text Example

White with #AA76A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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