Html Css Color HEX #A062DD Amethyst

📋 copy color: '#A062DD'

red 160 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A062DD

Tints of Amethyst #A062DD

RGB

 RED value IS 160 (62.89% from 255) = 33.4%

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

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

R = 33.4%
G = 20.46%
B = 46.14%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A062DD (or 0xA062DD) is known color: Amethyst. HEX triplet: A0, 62 and DD. RGB value is (160,98,221). Sum of RGB (Red+Green+Blue) = 160+98+221=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #A062DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062DD is #5F9D22. Grayscale: #828282. Windows color (decimal): -6266147 or 14508704. OLE color: 14508704.

HSL color Cylindrical-coordinate representation of color #A062DD: hue angle of 270.24º 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 #A062DD is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 98 221 -
CMYK 0.28 0.56 0 0.13
HSL 270.24º 0.64% 0.63% -
HSV(B) 270.24º 0.56% 0.87% -
XYZ 31.92 21.43 70.86 -
YUV 130.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 160 98 221 0.28 0.56 0 0.13 270.24 0.64 0.63
Hex A0 62 DD 1C 38 0 D 10E 40 3F
Octal 240 142 335 34 70 0 15 416 100 77
Binary 10100000 1100010 11011101 11100 111000 0 1101 100001110 1000000 111111

Color Harmonies of #A062DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062DD

Black with #A062DD

Text Example


Text Example

White with #A062DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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