Html Css Color HEX #A56FD0 Amethyst

📋 copy color: '#A56FD0'

red 165 ◦ green 111 ◦ blue 208

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

Shades of Amethyst #A56FD0

Tints of Amethyst #A56FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 34.09%
G = 22.93%
B = 42.98%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A56FD0 (or 0xA56FD0) is known color: Amethyst. HEX triplet: A5, 6F and D0. RGB value is (165,111,208). Sum of RGB (Red+Green+Blue) = 165+111+208=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #A56FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FD0 is #5A902F. Grayscale: #898989. Windows color (decimal): -5935152 or 13660069. OLE color: 13660069.

HSL color Cylindrical-coordinate representation of color #A56FD0: hue angle of 273.4º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56FD0 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 111 208 -
CMYK 0.21 0.47 0 0.18
HSL 273.4º 0.51% 0.63% -
HSV(B) 273.4º 0.47% 0.82% -
XYZ 32.59 23.92 62.57 -
YUV 138.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 165 111 208 0.21 0.47 0 0.18 273.4 0.51 0.63
Hex A5 6F D0 15 2F 0 12 111 33 3F
Octal 245 157 320 25 57 0 22 421 63 77
Binary 10100101 1101111 11010000 10101 101111 0 10010 100010001 110011 111111

Color Harmonies of #A56FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FD0

Black with #A56FD0

Text Example


Text Example

White with #A56FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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