Html Css Color HEX #AA62DB Amethyst

📋 copy color: '#AA62DB'

red 170 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #AA62DB

Tints of Amethyst #AA62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 34.91%
G = 20.12%
B = 44.97%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA62DB (or 0xAA62DB) is known color: Amethyst. HEX triplet: AA, 62 and DB. RGB value is (170,98,219). Sum of RGB (Red+Green+Blue) = 170+98+219=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62DB is #559D24. Grayscale: #848484. Windows color (decimal): -5610789 or 14377642. OLE color: 14377642.

HSL color Cylindrical-coordinate representation of color #AA62DB: hue angle of 275.7º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA62DB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 98 219 -
CMYK 0.22 0.55 0 0.14
HSL 275.7º 0.63% 0.62% -
HSV(B) 275.7º 0.55% 0.86% -
XYZ 33.73 22.4 69.56 -
YUV 133.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 170 98 219 0.22 0.55 0 0.14 275.7 0.63 0.62
Hex AA 62 DB 16 37 0 E 114 3F 3E
Octal 252 142 333 26 67 0 16 424 77 76
Binary 10101010 1100010 11011011 10110 110111 0 1110 100010100 111111 111110

Color Harmonies of #AA62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62DB

Black with #AA62DB

Text Example


Text Example

White with #AA62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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