Html Css Color HEX #AA62CA Amethyst

📋 copy color: '#AA62CA'

red 170 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #AA62CA

Tints of Amethyst #AA62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 36.17%
G = 20.85%
B = 42.98%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA62CA (or 0xAA62CA) is known color: Amethyst. HEX triplet: AA, 62 and CA. RGB value is (170,98,202). Sum of RGB (Red+Green+Blue) = 170+98+202=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62CA is #559D35. Grayscale: #838383. Windows color (decimal): -5610806 or 13263530. OLE color: 13263530.

HSL color Cylindrical-coordinate representation of color #AA62CA: hue angle of 281.54º degrees, saturation: 0.5, 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 #AA62CA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 98 202 -
CMYK 0.16 0.51 0 0.21
HSL 281.54º 0.5% 0.59% -
HSV(B) 281.54º 0.51% 0.79% -
XYZ 31.61 21.55 58.37 -
YUV 131.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 170 98 202 0.16 0.51 0 0.21 281.54 0.5 0.59
Hex AA 62 CA 10 33 0 15 11A 32 3B
Octal 252 142 312 20 63 0 25 432 62 73
Binary 10101010 1100010 11001010 10000 110011 0 10101 100011010 110010 111011

Color Harmonies of #AA62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62CA

Black with #AA62CA

Text Example


Text Example

White with #AA62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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