Html Css Color HEX #AA64CE Amethyst

📋 copy color: '#AA64CE'

red 170 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #AA64CE

Tints of Amethyst #AA64CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 35.71%
G = 21.01%
B = 43.28%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA64CE (or 0xAA64CE) is known color: Amethyst. HEX triplet: AA, 64 and CE. RGB value is (170,100,206). Sum of RGB (Red+Green+Blue) = 170+100+206=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CE is #559B31. Grayscale: #848484. Windows color (decimal): -5610290 or 13526186. OLE color: 13526186.

HSL color Cylindrical-coordinate representation of color #AA64CE: hue angle of 279.62º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA64CE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 100 206 -
CMYK 0.17 0.51 0 0.19
HSL 279.62º 0.52% 0.6% -
HSV(B) 279.62º 0.51% 0.81% -
XYZ 32.28 22.12 60.96 -
YUV 133.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 170 100 206 0.17 0.51 0 0.19 279.62 0.52 0.6
Hex AA 64 CE 11 33 0 13 118 34 3C
Octal 252 144 316 21 63 0 23 430 64 74
Binary 10101010 1100100 11001110 10001 110011 0 10011 100011000 110100 111100

Color Harmonies of #AA64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64CE

Black with #AA64CE

Text Example


Text Example

White with #AA64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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