Html Css Color HEX #AA62DD Amethyst

📋 copy color: '#AA62DD'

red 170 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #AA62DD

Tints of Amethyst #AA62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 34.76%
G = 20.04%
B = 45.19%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA62DD (or 0xAA62DD) is known color: Amethyst. HEX triplet: AA, 62 and DD. RGB value is (170,98,221). Sum of RGB (Red+Green+Blue) = 170+98+221=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62DD is #559D22. Grayscale: #858585. Windows color (decimal): -5610787 or 14508714. OLE color: 14508714.

HSL color Cylindrical-coordinate representation of color #AA62DD: hue angle of 275.12º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA62DD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 98 221 -
CMYK 0.23 0.56 0 0.13
HSL 275.12º 0.64% 0.63% -
HSV(B) 275.12º 0.56% 0.87% -
XYZ 34 22.5 70.96 -
YUV 133.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 170 98 221 0.23 0.56 0 0.13 275.12 0.64 0.63
Hex AA 62 DD 17 38 0 D 113 40 3F
Octal 252 142 335 27 70 0 15 423 100 77
Binary 10101010 1100010 11011101 10111 111000 0 1101 100010011 1000000 111111

Color Harmonies of #AA62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62DD

Black with #AA62DD

Text Example


Text Example

White with #AA62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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