Html Css Color HEX #AA75A9 Violet Blue

📋 copy color: '#AA75A9'

red 170 ◦ green 117 ◦ blue 169

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

Shades of Violet Blue #AA75A9

Tints of Violet Blue #AA75A9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 37.28%
G = 25.66%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA75A9 (or 0xAA75A9) is known color: Violet Blue. HEX triplet: AA, 75 and A9. RGB value is (170,117,169). Sum of RGB (Red+Green+Blue) = 170+117+169=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA75A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75A9 is #558A56. Grayscale: #8A8A8A. Windows color (decimal): -5605975 or 11105706. OLE color: 11105706.

HSL color Cylindrical-coordinate representation of color #AA75A9: hue angle of 301.13º degrees, saturation: 0.24, 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 #AA75A9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 117 169 -
CMYK 0 0.31 0.01 0.33
HSL 301.13º 0.24% 0.56% -
HSV(B) 301.13º 0.31% 0.67% -
XYZ 30.1 24.13 40.61 -
YUV 138.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 170 117 169 0 0.31 0.01 0.33 301.13 0.24 0.56
Hex AA 75 A9 0 1F 1 21 12D 18 38
Octal 252 165 251 0 37 1 41 455 30 70
Binary 10101010 1110101 10101001 0 11111 1 100001 100101101 11000 111000

Color Harmonies of #AA75A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75A9

Black with #AA75A9

Text Example


Text Example

White with #AA75A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75A9; }

 p { color: rgb(170,117,169); }

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

background-color css

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

 a { background-color: rgb(170,117,169); }

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

border-color css

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

 span { border-color: rgb(170,117,169); }

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