Html Css Color HEX #AA64AC Violet Blue

📋 copy color: '#AA64AC'

red 170 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #AA64AC

Tints of Violet Blue #AA64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

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

R = 38.46%
G = 22.62%
B = 38.91%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA64AC (or 0xAA64AC) is known color: Violet Blue. HEX triplet: AA, 64 and AC. RGB value is (170,100,172). Sum of RGB (Red+Green+Blue) = 170+100+172=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64AC is #559B53. Grayscale: #808080. Windows color (decimal): -5610324 or 11297962. OLE color: 11297962.

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

Color convert

RGB 170 100 172 -
CMYK 0.01 0.42 0 0.33
HSL 298.33º 0.3% 0.53% -
HSV(B) 298.33º 0.42% 0.67% -
XYZ 28.58 20.64 41.51 -
YUV 129.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 170 100 172 0.01 0.42 0 0.33 298.33 0.3 0.53
Hex AA 64 AC 1 2A 0 21 12A 1E 35
Octal 252 144 254 1 52 0 41 452 36 65
Binary 10101010 1100100 10101100 1 101010 0 100001 100101010 11110 110101

Color Harmonies of #AA64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64AC

Black with #AA64AC

Text Example


Text Example

White with #AA64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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