Html Css Color HEX #A56CDF Amethyst

📋 copy color: '#A56CDF'

red 165 ◦ green 108 ◦ blue 223

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

Shades of Amethyst #A56CDF

Tints of Amethyst #A56CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 33.27%
G = 21.77%
B = 44.96%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56CDF (or 0xA56CDF) is known color: Amethyst. HEX triplet: A5, 6C and DF. RGB value is (165,108,223). Sum of RGB (Red+Green+Blue) = 165+108+223=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #A56CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CDF is #5A9320. Grayscale: #898989. Windows color (decimal): -5935905 or 14642341. OLE color: 14642341.

HSL color Cylindrical-coordinate representation of color #A56CDF: hue angle of 269.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A56CDF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 108 223 -
CMYK 0.26 0.52 0 0.13
HSL 269.74º 0.64% 0.65% -
HSV(B) 269.74º 0.52% 0.87% -
XYZ 34.2 24.05 72.65 -
YUV 138.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 165 108 223 0.26 0.52 0 0.13 269.74 0.64 0.65
Hex A5 6C DF 1A 34 0 D 10E 40 41
Octal 245 154 337 32 64 0 15 416 100 101
Binary 10100101 1101100 11011111 11010 110100 0 1101 100001110 1000000 1000001

Color Harmonies of #A56CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CDF

Black with #A56CDF

Text Example


Text Example

White with #A56CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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