Html Css Color HEX #A063D6 Amethyst

📋 copy color: '#A063D6'

red 160 ◦ green 99 ◦ blue 214

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

Shades of Amethyst #A063D6

Tints of Amethyst #A063D6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.93%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 33.83%
G = 20.93%
B = 45.24%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A063D6 (or 0xA063D6) is known color: Amethyst. HEX triplet: A0, 63 and D6. RGB value is (160,99,214). Sum of RGB (Red+Green+Blue) = 160+99+214=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #A063D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063D6 is #5F9C29. Grayscale: #818181. Windows color (decimal): -6265898 or 14050208. OLE color: 14050208.

HSL color Cylindrical-coordinate representation of color #A063D6: hue angle of 271.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A063D6 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 99 214 -
CMYK 0.25 0.54 0 0.16
HSL 271.83º 0.58% 0.61% -
HSV(B) 271.83º 0.54% 0.84% -
XYZ 31.1 21.25 66.08 -
YUV 130.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 160 99 214 0.25 0.54 0 0.16 271.83 0.58 0.61
Hex A0 63 D6 19 36 0 10 110 3A 3D
Octal 240 143 326 31 66 0 20 420 72 75
Binary 10100000 1100011 11010110 11001 110110 0 10000 100010000 111010 111101

Color Harmonies of #A063D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063D6

Black with #A063D6

Text Example


Text Example

White with #A063D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063D6; }

 p { color: rgb(160,99,214); }

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

background-color css

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

 a { background-color: rgb(160,99,214); }

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

border-color css

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

 span { border-color: rgb(160,99,214); }

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