Html Css Color HEX #AA64AA Violet Blue

📋 copy color: '#AA64AA'

red 170 ◦ green 100 ◦ blue 170

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

Shades of Violet Blue #AA64AA

Tints of Violet Blue #AA64AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 38.64%
G = 22.73%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA64AA (or 0xAA64AA) is known color: Violet Blue. HEX triplet: AA, 64 and AA. RGB value is (170,100,170). Sum of RGB (Red+Green+Blue) = 170+100+170=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64AA is #559B55. Grayscale: #808080. Windows color (decimal): -5610326 or 11166890. OLE color: 11166890.

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

Color convert

RGB 170 100 170 -
CMYK 0 0.41 0 0.33
HSL 300º 0.29% 0.53% -
HSV(B) 300º 0.41% 0.67% -
XYZ 28.39 20.56 40.5 -
YUV 128.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 170 100 170 0 0.41 0 0.33 300 0.29 0.53
Hex AA 64 AA 0 29 0 21 12C 1D 35
Octal 252 144 252 0 51 0 41 454 35 65
Binary 10101010 1100100 10101010 0 101001 0 100001 100101100 11101 110101

Color Harmonies of #AA64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64AA

Black with #AA64AA

Text Example


Text Example

White with #AA64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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