Html Css Color HEX #AA64DD Amethyst

📋 copy color: '#AA64DD'

red 170 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #AA64DD

Tints of Amethyst #AA64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 34.62%
G = 20.37%
B = 45.01%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA64DD (or 0xAA64DD) is known color: Amethyst. HEX triplet: AA, 64 and DD. RGB value is (170,100,221). Sum of RGB (Red+Green+Blue) = 170+100+221=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64DD is #559B22. Grayscale: #868686. Windows color (decimal): -5610275 or 14509226. OLE color: 14509226.

HSL color Cylindrical-coordinate representation of color #AA64DD: hue angle of 274.71º degrees, saturation: 0.64, 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 #AA64DD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 100 221 -
CMYK 0.23 0.55 0 0.13
HSL 274.71º 0.64% 0.63% -
HSV(B) 274.71º 0.55% 0.87% -
XYZ 34.19 22.88 71.02 -
YUV 134.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 170 100 221 0.23 0.55 0 0.13 274.71 0.64 0.63
Hex AA 64 DD 17 37 0 D 113 40 3F
Octal 252 144 335 27 67 0 15 423 100 77
Binary 10101010 1100100 11011101 10111 110111 0 1101 100010011 1000000 111111

Color Harmonies of #AA64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64DD

Black with #AA64DD

Text Example


Text Example

White with #AA64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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