Html Css Color HEX #A560CD Amethyst

📋 copy color: '#A560CD'

red 165 ◦ green 96 ◦ blue 205

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

Shades of Amethyst #A560CD

Tints of Amethyst #A560CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 35.41%
G = 20.6%
B = 43.99%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A560CD (or 0xA560CD) is known color: Amethyst. HEX triplet: A5, 60 and CD. RGB value is (165,96,205). Sum of RGB (Red+Green+Blue) = 165+96+205=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A560CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560CD is #5A9F32. Grayscale: #808080. Windows color (decimal): -5938995 or 13459621. OLE color: 13459621.

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

Color convert

RGB 165 96 205 -
CMYK 0.20 0.53 0 0.20
HSL 277.98º 0.52% 0.59% -
HSV(B) 277.98º 0.53% 0.8% -
XYZ 30.72 20.77 60.15 -
YUV 129.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 165 96 205 0.20 0.53 0 0.20 277.98 0.52 0.59
Hex A5 60 CD 14 35 0 14 116 34 3B
Octal 245 140 315 24 65 0 24 426 64 73
Binary 10100101 1100000 11001101 10100 110101 0 10100 100010110 110100 111011

Color Harmonies of #A560CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560CD

Black with #A560CD

Text Example


Text Example

White with #A560CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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