Html Css Color HEX #A56AC8 Amethyst

📋 copy color: '#A56AC8'

red 165 ◦ green 106 ◦ blue 200

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

Shades of Amethyst #A56AC8

Tints of Amethyst #A56AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.51%

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 35.03%
G = 22.51%
B = 42.46%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A56AC8 (or 0xA56AC8) is known color: Amethyst. HEX triplet: A5, 6A and C8. RGB value is (165,106,200). Sum of RGB (Red+Green+Blue) = 165+106+200=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #A56AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56AC8 is #5A9537. Grayscale: #868686. Windows color (decimal): -5936440 or 13134501. OLE color: 13134501.

HSL color Cylindrical-coordinate representation of color #A56AC8: hue angle of 277.66º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56AC8 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 106 200 -
CMYK 0.18 0.47 0 0.22
HSL 277.66º 0.46% 0.6% -
HSV(B) 277.66º 0.47% 0.78% -
XYZ 31.1 22.48 57.34 -
YUV 134.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 165 106 200 0.18 0.47 0 0.22 277.66 0.46 0.6
Hex A5 6A C8 12 2F 0 16 116 2E 3C
Octal 245 152 310 22 57 0 26 426 56 74
Binary 10100101 1101010 11001000 10010 101111 0 10110 100010110 101110 111100

Color Harmonies of #A56AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AC8

Black with #A56AC8

Text Example


Text Example

White with #A56AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AC8; }

 p { color: rgb(165,106,200); }

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

background-color css

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

 a { background-color: rgb(165,106,200); }

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

border-color css

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

 span { border-color: rgb(165,106,200); }

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