Html Css Color HEX #AA64CD Amethyst

📋 copy color: '#AA64CD'

red 170 ◦ green 100 ◦ blue 205

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

Shades of Amethyst #AA64CD

Tints of Amethyst #AA64CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 35.79%
G = 21.05%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA64CD (or 0xAA64CD) is known color: Amethyst. HEX triplet: AA, 64 and CD. RGB value is (170,100,205). Sum of RGB (Red+Green+Blue) = 170+100+205=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64CD is #559B32. Grayscale: #848484. Windows color (decimal): -5610291 or 13460650. OLE color: 13460650.

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

Color convert

RGB 170 100 205 -
CMYK 0.17 0.51 0 0.20
HSL 280º 0.51% 0.6% -
HSV(B) 280º 0.51% 0.8% -
XYZ 32.15 22.07 60.32 -
YUV 132.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 170 100 205 0.17 0.51 0 0.20 280 0.51 0.6
Hex AA 64 CD 11 33 0 14 118 33 3C
Octal 252 144 315 21 63 0 24 430 63 74
Binary 10101010 1100100 11001101 10001 110011 0 10100 100011000 110011 111100

Color Harmonies of #AA64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64CD

Black with #AA64CD

Text Example


Text Example

White with #AA64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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