Html Css Color HEX #A560D2 Amethyst

📋 copy color: '#A560D2'

red 165 ◦ green 96 ◦ blue 210

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

Shades of Amethyst #A560D2

Tints of Amethyst #A560D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 35.03%
G = 20.38%
B = 44.59%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A560D2 (or 0xA560D2) is known color: Amethyst. HEX triplet: A5, 60 and D2. RGB value is (165,96,210). Sum of RGB (Red+Green+Blue) = 165+96+210=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #A560D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560D2 is #5A9F2D. Grayscale: #818181. Windows color (decimal): -5938990 or 13787301. OLE color: 13787301.

HSL color Cylindrical-coordinate representation of color #A560D2: hue angle of 276.32º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A560D2 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 96 210 -
CMYK 0.21 0.54 0 0.18
HSL 276.32º 0.56% 0.6% -
HSV(B) 276.32º 0.54% 0.82% -
XYZ 31.33 21.02 63.38 -
YUV 129.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 165 96 210 0.21 0.54 0 0.18 276.32 0.56 0.6
Hex A5 60 D2 15 36 0 12 114 38 3C
Octal 245 140 322 25 66 0 22 424 70 74
Binary 10100101 1100000 11010010 10101 110110 0 10010 100010100 111000 111100

Color Harmonies of #A560D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560D2

Black with #A560D2

Text Example


Text Example

White with #A560D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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