Html Css Color HEX #A56BDC Amethyst

📋 copy color: '#A56BDC'

red 165 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #A56BDC

Tints of Amethyst #A56BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 33.54%
G = 21.75%
B = 44.72%

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

#A56BDC (or 0xA56BDC) is known color: Amethyst. HEX triplet: A5, 6B and DC. RGB value is (165,107,220). Sum of RGB (Red+Green+Blue) = 165+107+220=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A56BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BDC is #5A9423. Grayscale: #888888. Windows color (decimal): -5936164 or 14445477. OLE color: 14445477.

HSL color Cylindrical-coordinate representation of color #A56BDC: hue angle of 270.8º 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 #A56BDC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 107 220 -
CMYK 0.25 0.51 0 0.14
HSL 270.8º 0.62% 0.64% -
HSV(B) 270.8º 0.51% 0.86% -
XYZ 33.69 23.68 70.51 -
YUV 137.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 165 107 220 0.25 0.51 0 0.14 270.8 0.62 0.64
Hex A5 6B DC 19 33 0 E 10F 3E 40
Octal 245 153 334 31 63 0 16 417 76 100
Binary 10100101 1101011 11011100 11001 110011 0 1110 100001111 111110 1000000

Color Harmonies of #A56BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BDC

Black with #A56BDC

Text Example


Text Example

White with #A56BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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