Html Css Color HEX #AA64E6 Amethyst

📋 copy color: '#AA64E6'

red 170 ◦ green 100 ◦ blue 230

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

Shades of Amethyst #AA64E6

Tints of Amethyst #AA64E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46%

R = 34%
G = 20%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA64E6 (or 0xAA64E6) is known color: Amethyst. HEX triplet: AA, 64 and E6. RGB value is (170,100,230). Sum of RGB (Red+Green+Blue) = 170+100+230=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA64E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64E6 is #559B19. Grayscale: #878787. Windows color (decimal): -5610266 or 15099050. OLE color: 15099050.

HSL color Cylindrical-coordinate representation of color #AA64E6: hue angle of 272.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA64E6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 100 230 -
CMYK 0.26 0.57 0 0.10
HSL 272.31º 0.72% 0.65% -
HSV(B) 272.31º 0.57% 0.9% -
XYZ 35.42 23.37 77.51 -
YUV 135.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 170 100 230 0.26 0.57 0 0.10 272.31 0.72 0.65
Hex AA 64 E6 1A 39 0 A 110 48 41
Octal 252 144 346 32 71 0 12 420 110 101
Binary 10101010 1100100 11100110 11010 111001 0 1010 100010000 1001000 1000001

Color Harmonies of #AA64E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64E6

Black with #AA64E6

Text Example


Text Example

White with #AA64E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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