Html Css Color HEX #A56FDC Amethyst

📋 copy color: '#A56FDC'

red 165 ◦ green 111 ◦ blue 220

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

Shades of Amethyst #A56FDC

Tints of Amethyst #A56FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

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

R = 33.27%
G = 22.38%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A56FDC (or 0xA56FDC) is known color: Amethyst. HEX triplet: A5, 6F and DC. RGB value is (165,111,220). Sum of RGB (Red+Green+Blue) = 165+111+220=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A56FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDC is #5A9023. Grayscale: #8B8B8B. Windows color (decimal): -5935140 or 14446501. OLE color: 14446501.

HSL color Cylindrical-coordinate representation of color #A56FDC: hue angle of 269.72º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56FDC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 111 220 -
CMYK 0.25 0.50 0 0.14
HSL 269.72º 0.61% 0.65% -
HSV(B) 269.72º 0.5% 0.86% -
XYZ 34.12 24.54 70.65 -
YUV 139.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 165 111 220 0.25 0.50 0 0.14 269.72 0.61 0.65
Hex A5 6F DC 19 32 0 E 10E 3D 41
Octal 245 157 334 31 62 0 16 416 75 101
Binary 10100101 1101111 11011100 11001 110010 0 1110 100001110 111101 1000001

Color Harmonies of #A56FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FDC

Black with #A56FDC

Text Example


Text Example

White with #A56FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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