Html Css Color HEX #AA64CC Amethyst

📋 copy color: '#AA64CC'

red 170 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #AA64CC

Tints of Amethyst #AA64CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 35.86%
G = 21.1%
B = 43.04%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA64CC (or 0xAA64CC) is known color: Amethyst. HEX triplet: AA, 64 and CC. RGB value is (170,100,204). Sum of RGB (Red+Green+Blue) = 170+100+204=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CC is #559B33. Grayscale: #848484. Windows color (decimal): -5610292 or 13395114. OLE color: 13395114.

HSL color Cylindrical-coordinate representation of color #AA64CC: hue angle of 280.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA64CC is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 100 204 -
CMYK 0.17 0.51 0 0.2
HSL 280.38º 0.5% 0.6% -
HSV(B) 280.38º 0.51% 0.8% -
XYZ 32.03 22.02 59.69 -
YUV 132.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 170 100 204 0.17 0.51 0 0.2 280.38 0.5 0.6
Hex AA 64 CC 11 33 0 14 118 32 3C
Octal 252 144 314 21 63 0 24 430 62 74
Binary 10101010 1100100 11001100 10001 110011 0 10100 100011000 110010 111100

Color Harmonies of #AA64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64CC

Black with #AA64CC

Text Example


Text Example

White with #AA64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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