Html Css Color HEX #A05DCC Amethyst

📋 copy color: '#A05DCC'

red 160 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #A05DCC

Tints of Amethyst #A05DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 35.01%
G = 20.35%
B = 44.64%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A05DCC (or 0xA05DCC) is known color: Amethyst. HEX triplet: A0, 5D and CC. RGB value is (160,93,204). Sum of RGB (Red+Green+Blue) = 160+93+204=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DCC is #5FA233. Grayscale: #7D7D7D. Windows color (decimal): -6267444 or 13393312. OLE color: 13393312.

HSL color Cylindrical-coordinate representation of color #A05DCC: hue angle of 276.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05DCC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 93 204 -
CMYK 0.22 0.54 0 0.2
HSL 276.22º 0.52% 0.58% -
HSV(B) 276.22º 0.54% 0.8% -
XYZ 29.31 19.66 59.38 -
YUV 125.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 160 93 204 0.22 0.54 0 0.2 276.22 0.52 0.58
Hex A0 5D CC 16 36 0 14 114 34 3A
Octal 240 135 314 26 66 0 24 424 64 72
Binary 10100000 1011101 11001100 10110 110110 0 10100 100010100 110100 111010

Color Harmonies of #A05DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DCC

Black with #A05DCC

Text Example


Text Example

White with #A05DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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