Html Css Color HEX #A56CBE Amethyst

📋 copy color: '#A56CBE'

red 165 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #A56CBE

Tints of Amethyst #A56CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 35.64%
G = 23.33%
B = 41.04%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A56CBE (or 0xA56CBE) is known color: Amethyst. HEX triplet: A5, 6C and BE. RGB value is (165,108,190). Sum of RGB (Red+Green+Blue) = 165+108+190=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A56CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CBE is #5A9341. Grayscale: #868686. Windows color (decimal): -5935938 or 12479653. OLE color: 12479653.

HSL color Cylindrical-coordinate representation of color #A56CBE: hue angle of 281.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56CBE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 108 190 -
CMYK 0.13 0.43 0 0.25
HSL 281.71º 0.39% 0.58% -
HSV(B) 281.71º 0.43% 0.75% -
XYZ 30.17 22.44 51.46 -
YUV 134.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 165 108 190 0.13 0.43 0 0.25 281.71 0.39 0.58
Hex A5 6C BE D 2B 0 19 11A 27 3A
Octal 245 154 276 15 53 0 31 432 47 72
Binary 10100101 1101100 10111110 1101 101011 0 11001 100011010 100111 111010

Color Harmonies of #A56CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CBE

Black with #A56CBE

Text Example


Text Example

White with #A56CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CBE; }

 p { color: rgb(165,108,190); }

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

background-color css

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

 a { background-color: rgb(165,108,190); }

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

border-color css

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

 span { border-color: rgb(165,108,190); }

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