Html Css Color HEX #AA55A7 Violet Blue

📋 copy color: '#AA55A7'

red 170 ◦ green 85 ◦ blue 167

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

Shades of Violet Blue #AA55A7

Tints of Violet Blue #AA55A7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 167 (65.63% from 255) = 39.57%

R = 40.28%
G = 20.14%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA55A7 (or 0xAA55A7) is known color: Violet Blue. HEX triplet: AA, 55 and A7. RGB value is (170,85,167). Sum of RGB (Red+Green+Blue) = 170+85+167=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA55A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55A7 is #55AA58. Grayscale: #777777. Windows color (decimal): -5614169 or 10966442. OLE color: 10966442.

HSL color Cylindrical-coordinate representation of color #AA55A7: hue angle of 302.12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA55A7 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 167 -
CMYK 0 0.50 0.02 0.33
HSL 302.12º 0.33% 0.5% -
HSV(B) 302.12º 0.5% 0.67% -
XYZ 26.8 17.83 38.59 -
YUV 119.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 170 85 167 0 0.50 0.02 0.33 302.12 0.33 0.5
Hex AA 55 A7 0 32 2 21 12E 21 32
Octal 252 125 247 0 62 2 41 456 41 62
Binary 10101010 1010101 10100111 0 110010 10 100001 100101110 100001 110010

Color Harmonies of #AA55A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55A7

Black with #AA55A7

Text Example


Text Example

White with #AA55A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55A7; }

 p { color: rgb(170,85,167); }

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

background-color css

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

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

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

border-color css

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

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

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