Html Css Color HEX #AA64C9 Amethyst

📋 copy color: '#AA64C9'

red 170 ◦ green 100 ◦ blue 201

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

Shades of Amethyst #AA64C9

Tints of Amethyst #AA64C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 36.09%
G = 21.23%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA64C9 (or 0xAA64C9) is known color: Amethyst. HEX triplet: AA, 64 and C9. RGB value is (170,100,201). Sum of RGB (Red+Green+Blue) = 170+100+201=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64C9 is #559B36. Grayscale: #848484. Windows color (decimal): -5610295 or 13198506. OLE color: 13198506.

HSL color Cylindrical-coordinate representation of color #AA64C9: hue angle of 281.58º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA64C9 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 100 201 -
CMYK 0.15 0.50 0 0.21
HSL 281.58º 0.48% 0.59% -
HSV(B) 281.58º 0.5% 0.79% -
XYZ 31.68 21.88 57.81 -
YUV 132.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 170 100 201 0.15 0.50 0 0.21 281.58 0.48 0.59
Hex AA 64 C9 F 32 0 15 11A 30 3B
Octal 252 144 311 17 62 0 25 432 60 73
Binary 10101010 1100100 11001001 1111 110010 0 10101 100011010 110000 111011

Color Harmonies of #AA64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64C9

Black with #AA64C9

Text Example


Text Example

White with #AA64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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