Html Css Color HEX #A56CCE Amethyst

📋 copy color: '#A56CCE'

red 165 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #A56CCE

Tints of Amethyst #A56CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 34.45%
G = 22.55%
B = 43.01%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A56CCE (or 0xA56CCE) is known color: Amethyst. HEX triplet: A5, 6C and CE. RGB value is (165,108,206). Sum of RGB (Red+Green+Blue) = 165+108+206=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A56CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCE is #5A9331. Grayscale: #878787. Windows color (decimal): -5935922 or 13528229. OLE color: 13528229.

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

Color convert

RGB 165 108 206 -
CMYK 0.20 0.48 0 0.19
HSL 274.9º 0.5% 0.62% -
HSV(B) 274.9º 0.48% 0.81% -
XYZ 32.02 23.18 61.18 -
YUV 136.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 165 108 206 0.20 0.48 0 0.19 274.9 0.5 0.62
Hex A5 6C CE 14 30 0 13 113 32 3E
Octal 245 154 316 24 60 0 23 423 62 76
Binary 10100101 1101100 11001110 10100 110000 0 10011 100010011 110010 111110

Color Harmonies of #A56CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CCE

Black with #A56CCE

Text Example


Text Example

White with #A56CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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