Html Css Color HEX #AA75AA Violet Blue

📋 copy color: '#AA75AA'

red 170 ◦ green 117 ◦ blue 170

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

Shades of Violet Blue #AA75AA

Tints of Violet Blue #AA75AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 37.2%
G = 25.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA75AA (or 0xAA75AA) is known color: Violet Blue. HEX triplet: AA, 75 and AA. RGB value is (170,117,170). Sum of RGB (Red+Green+Blue) = 170+117+170=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75AA is #558A55. Grayscale: #8A8A8A. Windows color (decimal): -5605974 or 11171242. OLE color: 11171242.

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

Color convert

RGB 170 117 170 -
CMYK 0 0.31 0 0.33
HSL 300º 0.24% 0.56% -
HSV(B) 300º 0.31% 0.67% -
XYZ 30.19 24.17 41.1 -
YUV 138.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 170 117 170 0 0.31 0 0.33 300 0.24 0.56
Hex AA 75 AA 0 1F 0 21 12C 18 38
Octal 252 165 252 0 37 0 41 454 30 70
Binary 10101010 1110101 10101010 0 11111 0 100001 100101100 11000 111000

Color Harmonies of #AA75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75AA

Black with #AA75AA

Text Example


Text Example

White with #AA75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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