Html Css Color HEX #AA62DA Amethyst

📋 copy color: '#AA62DA'

red 170 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #AA62DA

Tints of Amethyst #AA62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 34.98%
G = 20.16%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA62DA (or 0xAA62DA) is known color: Amethyst. HEX triplet: AA, 62 and DA. RGB value is (170,98,218). Sum of RGB (Red+Green+Blue) = 170+98+218=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62DA is #559D25. Grayscale: #848484. Windows color (decimal): -5610790 or 14312106. OLE color: 14312106.

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

Color convert

RGB 170 98 218 -
CMYK 0.22 0.55 0 0.15
HSL 276º 0.62% 0.62% -
HSV(B) 276º 0.55% 0.85% -
XYZ 33.6 22.34 68.87 -
YUV 133.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 170 98 218 0.22 0.55 0 0.15 276 0.62 0.62
Hex AA 62 DA 16 37 0 F 114 3E 3E
Octal 252 142 332 26 67 0 17 424 76 76
Binary 10101010 1100010 11011010 10110 110111 0 1111 100010100 111110 111110

Color Harmonies of #AA62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62DA

Black with #AA62DA

Text Example


Text Example

White with #AA62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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