Html Css Color HEX #AA62C9 Amethyst

📋 copy color: '#AA62C9'

red 170 ◦ green 98 ◦ blue 201

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

Shades of Amethyst #AA62C9

Tints of Amethyst #AA62C9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 36.25%
G = 20.9%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA62C9 (or 0xAA62C9) is known color: Amethyst. HEX triplet: AA, 62 and C9. RGB value is (170,98,201). Sum of RGB (Red+Green+Blue) = 170+98+201=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA62C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62C9 is #559D36. Grayscale: #828282. Windows color (decimal): -5610807 or 13197994. OLE color: 13197994.

HSL color Cylindrical-coordinate representation of color #AA62C9: hue angle of 281.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA62C9 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 98 201 -
CMYK 0.15 0.51 0 0.21
HSL 281.94º 0.49% 0.59% -
HSV(B) 281.94º 0.51% 0.79% -
XYZ 31.49 21.5 57.75 -
YUV 131.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 170 98 201 0.15 0.51 0 0.21 281.94 0.49 0.59
Hex AA 62 C9 F 33 0 15 11A 31 3B
Octal 252 142 311 17 63 0 25 432 61 73
Binary 10101010 1100010 11001001 1111 110011 0 10101 100011010 110001 111011

Color Harmonies of #AA62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62C9

Black with #AA62C9

Text Example


Text Example

White with #AA62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62C9; }

 p { color: rgb(170,98,201); }

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

background-color css

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

 a { background-color: rgb(170,98,201); }

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

border-color css

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

 span { border-color: rgb(170,98,201); }

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