Html Css Color HEX #A56CDC Amethyst

📋 copy color: '#A56CDC'

red 165 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #A56CDC

Tints of Amethyst #A56CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 33.47%
G = 21.91%
B = 44.62%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A56CDC (or 0xA56CDC) is known color: Amethyst. HEX triplet: A5, 6C and DC. RGB value is (165,108,220). Sum of RGB (Red+Green+Blue) = 165+108+220=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #A56CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CDC is #5A9323. Grayscale: #898989. Windows color (decimal): -5935908 or 14445733. OLE color: 14445733.

HSL color Cylindrical-coordinate representation of color #A56CDC: hue angle of 270.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56CDC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 108 220 -
CMYK 0.25 0.51 0 0.14
HSL 270.54º 0.62% 0.64% -
HSV(B) 270.54º 0.51% 0.86% -
XYZ 33.8 23.89 70.54 -
YUV 137.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 165 108 220 0.25 0.51 0 0.14 270.54 0.62 0.64
Hex A5 6C DC 19 33 0 E 10F 3E 40
Octal 245 154 334 31 63 0 16 417 76 100
Binary 10100101 1101100 11011100 11001 110011 0 1110 100001111 111110 1000000

Color Harmonies of #A56CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CDC

Black with #A56CDC

Text Example


Text Example

White with #A56CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CDC; }

 p { color: rgb(165,108,220); }

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

background-color css

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

 a { background-color: rgb(165,108,220); }

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

border-color css

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

 span { border-color: rgb(165,108,220); }

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