Html Css Color HEX #A062DB Amethyst

📋 copy color: '#A062DB'

red 160 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #A062DB

Tints of Amethyst #A062DB

RGB

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

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

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

R = 33.54%
G = 20.55%
B = 45.91%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A062DB (or 0xA062DB) is known color: Amethyst. HEX triplet: A0, 62 and DB. RGB value is (160,98,219). Sum of RGB (Red+Green+Blue) = 160+98+219=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A062DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062DB is #5F9D24. Grayscale: #818181. Windows color (decimal): -6266149 or 14377632. OLE color: 14377632.

HSL color Cylindrical-coordinate representation of color #A062DB: hue angle of 270.74º 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 #A062DB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 98 219 -
CMYK 0.27 0.55 0 0.14
HSL 270.74º 0.63% 0.62% -
HSV(B) 270.74º 0.55% 0.86% -
XYZ 31.65 21.32 69.47 -
YUV 130.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 160 98 219 0.27 0.55 0 0.14 270.74 0.63 0.62
Hex A0 62 DB 1B 37 0 E 10F 3F 3E
Octal 240 142 333 33 67 0 16 417 77 76
Binary 10100000 1100010 11011011 11011 110111 0 1110 100001111 111111 111110

Color Harmonies of #A062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062DB

Black with #A062DB

Text Example


Text Example

White with #A062DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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