Html Css Color HEX #AA64DA Amethyst

📋 copy color: '#AA64DA'

red 170 ◦ green 100 ◦ blue 218

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

Shades of Amethyst #AA64DA

Tints of Amethyst #AA64DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 34.84%
G = 20.49%
B = 44.67%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA64DA (or 0xAA64DA) is known color: Amethyst. HEX triplet: AA, 64 and DA. RGB value is (170,100,218). Sum of RGB (Red+Green+Blue) = 170+100+218=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA64DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64DA is #559B25. Grayscale: #858585. Windows color (decimal): -5610278 or 14312618. OLE color: 14312618.

HSL color Cylindrical-coordinate representation of color #AA64DA: hue angle of 275.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA64DA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 100 218 -
CMYK 0.22 0.54 0 0.15
HSL 275.59º 0.61% 0.62% -
HSV(B) 275.59º 0.54% 0.85% -
XYZ 33.79 22.72 68.93 -
YUV 134.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 170 100 218 0.22 0.54 0 0.15 275.59 0.61 0.62
Hex AA 64 DA 16 36 0 F 114 3D 3E
Octal 252 144 332 26 66 0 17 424 75 76
Binary 10101010 1100100 11011010 10110 110110 0 1111 100010100 111101 111110

Color Harmonies of #AA64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64DA

Black with #AA64DA

Text Example


Text Example

White with #AA64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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