Html Css Color HEX #AA64D7 Amethyst

📋 copy color: '#AA64D7'

red 170 ◦ green 100 ◦ blue 215

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

Shades of Amethyst #AA64D7

Tints of Amethyst #AA64D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 35.05%
G = 20.62%
B = 44.33%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA64D7 (or 0xAA64D7) is known color: Amethyst. HEX triplet: AA, 64 and D7. RGB value is (170,100,215). Sum of RGB (Red+Green+Blue) = 170+100+215=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA64D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64D7 is #559B28. Grayscale: #858585. Windows color (decimal): -5610281 or 14116010. OLE color: 14116010.

HSL color Cylindrical-coordinate representation of color #AA64D7: hue angle of 276.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA64D7 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 100 215 -
CMYK 0.21 0.53 0 0.16
HSL 276.52º 0.59% 0.62% -
HSV(B) 276.52º 0.53% 0.84% -
XYZ 33.4 22.57 66.89 -
YUV 134.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 170 100 215 0.21 0.53 0 0.16 276.52 0.59 0.62
Hex AA 64 D7 15 35 0 10 115 3B 3E
Octal 252 144 327 25 65 0 20 425 73 76
Binary 10101010 1100100 11010111 10101 110101 0 10000 100010101 111011 111110

Color Harmonies of #AA64D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64D7

Black with #AA64D7

Text Example


Text Example

White with #AA64D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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