Html Css Color HEX #A560DD Amethyst

📋 copy color: '#A560DD'

red 165 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #A560DD

Tints of Amethyst #A560DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 34.23%
G = 19.92%
B = 45.85%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A560DD (or 0xA560DD) is known color: Amethyst. HEX triplet: A5, 60 and DD. RGB value is (165,96,221). Sum of RGB (Red+Green+Blue) = 165+96+221=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A560DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560DD is #5A9F22. Grayscale: #828282. Windows color (decimal): -5938979 or 14508197. OLE color: 14508197.

HSL color Cylindrical-coordinate representation of color #A560DD: hue angle of 273.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A560DD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 96 221 -
CMYK 0.25 0.57 0 0.13
HSL 273.12º 0.65% 0.62% -
HSV(B) 273.12º 0.57% 0.87% -
XYZ 32.75 21.59 70.85 -
YUV 130.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 165 96 221 0.25 0.57 0 0.13 273.12 0.65 0.62
Hex A5 60 DD 19 39 0 D 111 41 3E
Octal 245 140 335 31 71 0 15 421 101 76
Binary 10100101 1100000 11011101 11001 111001 0 1101 100010001 1000001 111110

Color Harmonies of #A560DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560DD

Black with #A560DD

Text Example


Text Example

White with #A560DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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