Html Css Color HEX #AA6AAF Violet Blue

📋 copy color: '#AA6AAF'

red 170 ◦ green 106 ◦ blue 175

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

Shades of Violet Blue #AA6AAF

Tints of Violet Blue #AA6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.5%

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

R = 37.69%
G = 23.5%
B = 38.8%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA6AAF (or 0xAA6AAF) is known color: Violet Blue. HEX triplet: AA, 6A and AF. RGB value is (170,106,175). Sum of RGB (Red+Green+Blue) = 170+106+175=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAF is #559550. Grayscale: #848484. Windows color (decimal): -5608785 or 11496106. OLE color: 11496106.

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

Color convert

RGB 170 106 175 -
CMYK 0.03 0.39 0 0.31
HSL 295.65º 0.3% 0.55% -
HSV(B) 295.65º 0.39% 0.69% -
XYZ 29.47 21.95 43.24 -
YUV 133 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 170 106 175 0.03 0.39 0 0.31 295.65 0.3 0.55
Hex AA 6A AF 3 27 0 1F 128 1E 37
Octal 252 152 257 3 47 0 37 450 36 67
Binary 10101010 1101010 10101111 11 100111 0 11111 100101000 11110 110111

Color Harmonies of #AA6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AAF

Black with #AA6AAF

Text Example


Text Example

White with #AA6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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