Html Css Color HEX #A56DCF Amethyst

📋 copy color: '#A56DCF'

red 165 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #A56DCF

Tints of Amethyst #A56DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 34.3%
G = 22.66%
B = 43.04%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A56DCF (or 0xA56DCF) is known color: Amethyst. HEX triplet: A5, 6D and CF. RGB value is (165,109,207). Sum of RGB (Red+Green+Blue) = 165+109+207=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A56DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DCF is #5A9230. Grayscale: #888888. Windows color (decimal): -5935665 or 13594021. OLE color: 13594021.

HSL color Cylindrical-coordinate representation of color #A56DCF: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56DCF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 109 207 -
CMYK 0.20 0.47 0 0.19
HSL 274.29º 0.51% 0.62% -
HSV(B) 274.29º 0.47% 0.81% -
XYZ 32.25 23.44 61.86 -
YUV 136.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 165 109 207 0.20 0.47 0 0.19 274.29 0.51 0.62
Hex A5 6D CF 14 2F 0 13 112 33 3E
Octal 245 155 317 24 57 0 23 422 63 76
Binary 10100101 1101101 11001111 10100 101111 0 10011 100010010 110011 111110

Color Harmonies of #A56DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DCF

Black with #A56DCF

Text Example


Text Example

White with #A56DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DCF; }

 p { color: rgb(165,109,207); }

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

background-color css

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

 a { background-color: rgb(165,109,207); }

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

border-color css

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

 span { border-color: rgb(165,109,207); }

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