Html Css Color HEX #AA64DF Amethyst

📋 copy color: '#AA64DF'

red 170 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #AA64DF

Tints of Amethyst #AA64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 34.48%
G = 20.28%
B = 45.23%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA64DF (or 0xAA64DF) is known color: Amethyst. HEX triplet: AA, 64 and DF. RGB value is (170,100,223). Sum of RGB (Red+Green+Blue) = 170+100+223=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64DF is #559B20. Grayscale: #868686. Windows color (decimal): -5610273 or 14640298. OLE color: 14640298.

HSL color Cylindrical-coordinate representation of color #AA64DF: hue angle of 274.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA64DF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 100 223 -
CMYK 0.24 0.55 0 0.13
HSL 274.15º 0.66% 0.63% -
HSV(B) 274.15º 0.55% 0.87% -
XYZ 34.45 22.99 72.43 -
YUV 134.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 170 100 223 0.24 0.55 0 0.13 274.15 0.66 0.63
Hex AA 64 DF 18 37 0 D 112 42 3F
Octal 252 144 337 30 67 0 15 422 102 77
Binary 10101010 1100100 11011111 11000 110111 0 1101 100010010 1000010 111111

Color Harmonies of #AA64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64DF

Black with #AA64DF

Text Example


Text Example

White with #AA64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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