Html Css Color HEX #AA64D8 Amethyst

📋 copy color: '#AA64D8'

red 170 ◦ green 100 ◦ blue 216

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

Shades of Amethyst #AA64D8

Tints of Amethyst #AA64D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 34.98%
G = 20.58%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA64D8 (or 0xAA64D8) is known color: Amethyst. HEX triplet: AA, 64 and D8. RGB value is (170,100,216). Sum of RGB (Red+Green+Blue) = 170+100+216=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA64D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64D8 is #559B27. Grayscale: #858585. Windows color (decimal): -5610280 or 14181546. OLE color: 14181546.

HSL color Cylindrical-coordinate representation of color #AA64D8: hue angle of 276.21º degrees, saturation: 0.6, 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 #AA64D8 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 100 216 -
CMYK 0.21 0.54 0 0.15
HSL 276.21º 0.6% 0.62% -
HSV(B) 276.21º 0.54% 0.85% -
XYZ 33.53 22.62 67.56 -
YUV 134.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 170 100 216 0.21 0.54 0 0.15 276.21 0.6 0.62
Hex AA 64 D8 15 36 0 F 114 3C 3E
Octal 252 144 330 25 66 0 17 424 74 76
Binary 10101010 1100100 11011000 10101 110110 0 1111 100010100 111100 111110

Color Harmonies of #AA64D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64D8

Black with #AA64D8

Text Example


Text Example

White with #AA64D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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