Html Css Color HEX #A560CE Amethyst

📋 copy color: '#A560CE'

red 165 ◦ green 96 ◦ blue 206

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

Shades of Amethyst #A560CE

Tints of Amethyst #A560CE

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

 GREEN value IS 96 (37.89% from 255) = 20.56%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 35.33%
G = 20.56%
B = 44.11%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A560CE (or 0xA560CE) is known color: Amethyst. HEX triplet: A5, 60 and CE. RGB value is (165,96,206). Sum of RGB (Red+Green+Blue) = 165+96+206=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #A560CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560CE is #5A9F31. Grayscale: #808080. Windows color (decimal): -5938994 or 13525157. OLE color: 13525157.

HSL color Cylindrical-coordinate representation of color #A560CE: hue angle of 277.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A560CE is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 96 206 -
CMYK 0.20 0.53 0 0.19
HSL 277.64º 0.53% 0.59% -
HSV(B) 277.64º 0.53% 0.81% -
XYZ 30.84 20.82 60.79 -
YUV 129.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 165 96 206 0.20 0.53 0 0.19 277.64 0.53 0.59
Hex A5 60 CE 14 35 0 13 116 35 3B
Octal 245 140 316 24 65 0 23 426 65 73
Binary 10100101 1100000 11001110 10100 110101 0 10011 100010110 110101 111011

Color Harmonies of #A560CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560CE

Black with #A560CE

Text Example


Text Example

White with #A560CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560CE; }

 p { color: rgb(165,96,206); }

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

background-color css

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

 a { background-color: rgb(165,96,206); }

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

border-color css

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

 span { border-color: rgb(165,96,206); }

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