Html Css Color HEX #AA6EAC Violet Blue

📋 copy color: '#AA6EAC'

red 170 ◦ green 110 ◦ blue 172

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

Shades of Violet Blue #AA6EAC

Tints of Violet Blue #AA6EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.34%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 37.61%
G = 24.34%
B = 38.05%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA6EAC (or 0xAA6EAC) is known color: Violet Blue. HEX triplet: AA, 6E and AC. RGB value is (170,110,172). Sum of RGB (Red+Green+Blue) = 170+110+172=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EAC is #559153. Grayscale: #868686. Windows color (decimal): -5607764 or 11300522. OLE color: 11300522.

HSL color Cylindrical-coordinate representation of color #AA6EAC: hue angle of 298.06º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6EAC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 110 172 -
CMYK 0.01 0.36 0 0.33
HSL 298.06º 0.27% 0.55% -
HSV(B) 298.06º 0.36% 0.67% -
XYZ 29.6 22.68 41.85 -
YUV 135.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 170 110 172 0.01 0.36 0 0.33 298.06 0.27 0.55
Hex AA 6E AC 1 24 0 21 12A 1B 37
Octal 252 156 254 1 44 0 41 452 33 67
Binary 10101010 1101110 10101100 1 100100 0 100001 100101010 11011 110111

Color Harmonies of #AA6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EAC

Black with #AA6EAC

Text Example


Text Example

White with #AA6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EAC; }

 p { color: rgb(170,110,172); }

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

background-color css

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

 a { background-color: rgb(170,110,172); }

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

border-color css

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

 span { border-color: rgb(170,110,172); }

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