Html Css Color HEX #AA62D0 Amethyst

📋 copy color: '#AA62D0'

red 170 ◦ green 98 ◦ blue 208

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

Shades of Amethyst #AA62D0

Tints of Amethyst #AA62D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 35.71%
G = 20.59%
B = 43.7%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA62D0 (or 0xAA62D0) is known color: Amethyst. HEX triplet: AA, 62 and D0. RGB value is (170,98,208). Sum of RGB (Red+Green+Blue) = 170+98+208=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA62D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62D0 is #559D2F. Grayscale: #838383. Windows color (decimal): -5610800 or 13656746. OLE color: 13656746.

HSL color Cylindrical-coordinate representation of color #AA62D0: hue angle of 279.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA62D0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 98 208 -
CMYK 0.18 0.53 0 0.18
HSL 279.27º 0.54% 0.6% -
HSV(B) 279.27º 0.53% 0.82% -
XYZ 32.33 21.84 62.19 -
YUV 132.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 170 98 208 0.18 0.53 0 0.18 279.27 0.54 0.6
Hex AA 62 D0 12 35 0 12 117 36 3C
Octal 252 142 320 22 65 0 22 427 66 74
Binary 10101010 1100010 11010000 10010 110101 0 10010 100010111 110110 111100

Color Harmonies of #AA62D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62D0

Black with #AA62D0

Text Example


Text Example

White with #AA62D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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