Html Css Color HEX #AA6CAC Violet Blue

📋 copy color: '#AA6CAC'

red 170 ◦ green 108 ◦ blue 172

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

Shades of Violet Blue #AA6CAC

Tints of Violet Blue #AA6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 37.78%
G = 24%
B = 38.22%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA6CAC (or 0xAA6CAC) is known color: Violet Blue. HEX triplet: AA, 6C and AC. RGB value is (170,108,172). Sum of RGB (Red+Green+Blue) = 170+108+172=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CAC is #559353. Grayscale: #858585. Windows color (decimal): -5608276 or 11300010. OLE color: 11300010.

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

Color convert

RGB 170 108 172 -
CMYK 0.01 0.37 0 0.33
HSL 298.13º 0.28% 0.55% -
HSV(B) 298.13º 0.37% 0.67% -
XYZ 29.39 22.25 41.78 -
YUV 133.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 170 108 172 0.01 0.37 0 0.33 298.13 0.28 0.55
Hex AA 6C AC 1 25 0 21 12A 1C 37
Octal 252 154 254 1 45 0 41 452 34 67
Binary 10101010 1101100 10101100 1 100101 0 100001 100101010 11100 110111

Color Harmonies of #AA6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CAC

Black with #AA6CAC

Text Example


Text Example

White with #AA6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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