Html Css Color HEX #A560E0 Amethyst

📋 copy color: '#A560E0'

red 165 ◦ green 96 ◦ blue 224

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

Shades of Amethyst #A560E0

Tints of Amethyst #A560E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 34.02%
G = 19.79%
B = 46.19%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A560E0 (or 0xA560E0) is known color: Amethyst. HEX triplet: A5, 60 and E0. RGB value is (165,96,224). Sum of RGB (Red+Green+Blue) = 165+96+224=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #A560E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560E0 is #5A9F1F. Grayscale: #828282. Windows color (decimal): -5938976 or 14704805. OLE color: 14704805.

HSL color Cylindrical-coordinate representation of color #A560E0: hue angle of 272.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A560E0 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 96 224 -
CMYK 0.26 0.57 0 0.12
HSL 272.34º 0.67% 0.63% -
HSV(B) 272.34º 0.57% 0.88% -
XYZ 33.15 21.75 72.97 -
YUV 131.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 165 96 224 0.26 0.57 0 0.12 272.34 0.67 0.63
Hex A5 60 E0 1A 39 0 C 110 43 3F
Octal 245 140 340 32 71 0 14 420 103 77
Binary 10100101 1100000 11100000 11010 111001 0 1100 100010000 1000011 111111

Color Harmonies of #A560E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560E0

Black with #A560E0

Text Example


Text Example

White with #A560E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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