Html Css Color HEX #AA75AD Violet Blue

📋 copy color: '#AA75AD'

red 170 ◦ green 117 ◦ blue 173

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

Shades of Violet Blue #AA75AD

Tints of Violet Blue #AA75AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 36.96%
G = 25.43%
B = 37.61%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA75AD (or 0xAA75AD) is known color: Violet Blue. HEX triplet: AA, 75 and AD. RGB value is (170,117,173). Sum of RGB (Red+Green+Blue) = 170+117+173=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75AD is #558A52. Grayscale: #8B8B8B. Windows color (decimal): -5605971 or 11367850. OLE color: 11367850.

HSL color Cylindrical-coordinate representation of color #AA75AD: hue angle of 296.79º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA75AD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 117 173 -
CMYK 0.02 0.32 0 0.32
HSL 296.79º 0.25% 0.57% -
HSV(B) 296.79º 0.32% 0.68% -
XYZ 30.48 24.29 42.62 -
YUV 139.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 170 117 173 0.02 0.32 0 0.32 296.79 0.25 0.57
Hex AA 75 AD 2 20 0 20 129 19 39
Octal 252 165 255 2 40 0 40 451 31 71
Binary 10101010 1110101 10101101 10 100000 0 100000 100101001 11001 111001

Color Harmonies of #AA75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75AD

Black with #AA75AD

Text Example


Text Example

White with #AA75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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