Html Css Color HEX #AA6AB1 Violet Blue

📋 copy color: '#AA6AB1'

red 170 ◦ green 106 ◦ blue 177

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

Shades of Violet Blue #AA6AB1

Tints of Violet Blue #AA6AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 37.53%
G = 23.4%
B = 39.07%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA6AB1 (or 0xAA6AB1) is known color: Violet Blue. HEX triplet: AA, 6A and B1. RGB value is (170,106,177). Sum of RGB (Red+Green+Blue) = 170+106+177=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA6AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AB1 is #55954E. Grayscale: #858585. Windows color (decimal): -5608783 or 11627178. OLE color: 11627178.

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

Color convert

RGB 170 106 177 -
CMYK 0.04 0.40 0 0.31
HSL 294.08º 0.31% 0.55% -
HSV(B) 294.08º 0.4% 0.69% -
XYZ 29.67 22.03 44.28 -
YUV 133.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 170 106 177 0.04 0.40 0 0.31 294.08 0.31 0.55
Hex AA 6A B1 4 28 0 1F 126 1F 37
Octal 252 152 261 4 50 0 37 446 37 67
Binary 10101010 1101010 10110001 100 101000 0 11111 100100110 11111 110111

Color Harmonies of #AA6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AB1

Black with #AA6AB1

Text Example


Text Example

White with #AA6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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