Html Css Color HEX #A05DDC Amethyst

📋 copy color: '#A05DDC'

red 160 ◦ green 93 ◦ blue 220

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

Shades of Amethyst #A05DDC

Tints of Amethyst #A05DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 33.83%
G = 19.66%
B = 46.51%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A05DDC (or 0xA05DDC) is known color: Amethyst. HEX triplet: A0, 5D and DC. RGB value is (160,93,220). Sum of RGB (Red+Green+Blue) = 160+93+220=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DDC is #5FA223. Grayscale: #7F7F7F. Windows color (decimal): -6267428 or 14441888. OLE color: 14441888.

HSL color Cylindrical-coordinate representation of color #A05DDC: hue angle of 271.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05DDC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 93 220 -
CMYK 0.27 0.58 0 0.14
HSL 271.65º 0.64% 0.61% -
HSV(B) 271.65º 0.58% 0.86% -
XYZ 31.33 20.47 70.01 -
YUV 127.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 160 93 220 0.27 0.58 0 0.14 271.65 0.64 0.61
Hex A0 5D DC 1B 3A 0 E 110 40 3D
Octal 240 135 334 33 72 0 16 420 100 75
Binary 10100000 1011101 11011100 11011 111010 0 1110 100010000 1000000 111101

Color Harmonies of #A05DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DDC

Black with #A05DDC

Text Example


Text Example

White with #A05DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DDC; }

 p { color: rgb(160,93,220); }

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

background-color css

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

 a { background-color: rgb(160,93,220); }

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

border-color css

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

 span { border-color: rgb(160,93,220); }

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