Html Css Color HEX #AA60DA Amethyst

📋 copy color: '#AA60DA'

red 170 ◦ green 96 ◦ blue 218

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

Shades of Amethyst #AA60DA

Tints of Amethyst #AA60DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.83%

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

R = 35.12%
G = 19.83%
B = 45.04%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA60DA (or 0xAA60DA) is known color: Amethyst. HEX triplet: AA, 60 and DA. RGB value is (170,96,218). Sum of RGB (Red+Green+Blue) = 170+96+218=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60DA is #559F25. Grayscale: #838383. Windows color (decimal): -5611302 or 14311594. OLE color: 14311594.

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

Color convert

RGB 170 96 218 -
CMYK 0.22 0.56 0 0.15
HSL 276.39º 0.62% 0.62% -
HSV(B) 276.39º 0.56% 0.85% -
XYZ 33.42 21.97 68.81 -
YUV 132.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 170 96 218 0.22 0.56 0 0.15 276.39 0.62 0.62
Hex AA 60 DA 16 38 0 F 114 3E 3E
Octal 252 140 332 26 70 0 17 424 76 76
Binary 10101010 1100000 11011010 10110 111000 0 1111 100010100 111110 111110

Color Harmonies of #AA60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60DA

Black with #AA60DA

Text Example


Text Example

White with #AA60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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