Html Css Color HEX #AA55AF Violet Blue

📋 copy color: '#AA55AF'

red 170 ◦ green 85 ◦ blue 175

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

Shades of Violet Blue #AA55AF

Tints of Violet Blue #AA55AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 39.53%
G = 19.77%
B = 40.7%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA55AF (or 0xAA55AF) is known color: Violet Blue. HEX triplet: AA, 55 and AF. RGB value is (170,85,175). Sum of RGB (Red+Green+Blue) = 170+85+175=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55AF is #55AA50. Grayscale: #787878. Windows color (decimal): -5614161 or 11490730. OLE color: 11490730.

HSL color Cylindrical-coordinate representation of color #AA55AF: hue angle of 296.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA55AF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 85 175 -
CMYK 0.03 0.51 0 0.31
HSL 296.67º 0.36% 0.51% -
HSV(B) 296.67º 0.51% 0.69% -
XYZ 27.56 18.14 42.61 -
YUV 120.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 170 85 175 0.03 0.51 0 0.31 296.67 0.36 0.51
Hex AA 55 AF 3 33 0 1F 129 24 33
Octal 252 125 257 3 63 0 37 451 44 63
Binary 10101010 1010101 10101111 11 110011 0 11111 100101001 100100 110011

Color Harmonies of #AA55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55AF

Black with #AA55AF

Text Example


Text Example

White with #AA55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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