Html Css Color HEX #A56CDA Amethyst

📋 copy color: '#A56CDA'

red 165 ◦ green 108 ◦ blue 218

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

Shades of Amethyst #A56CDA

Tints of Amethyst #A56CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 33.6%
G = 22%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A56CDA (or 0xA56CDA) is known color: Amethyst. HEX triplet: A5, 6C and DA. RGB value is (165,108,218). Sum of RGB (Red+Green+Blue) = 165+108+218=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #A56CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CDA is #5A9325. Grayscale: #898989. Windows color (decimal): -5935910 or 14314661. OLE color: 14314661.

HSL color Cylindrical-coordinate representation of color #A56CDA: hue angle of 271.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56CDA is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 108 218 -
CMYK 0.24 0.50 0 0.15
HSL 271.09º 0.6% 0.64% -
HSV(B) 271.09º 0.5% 0.85% -
XYZ 33.53 23.79 69.15 -
YUV 137.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 165 108 218 0.24 0.50 0 0.15 271.09 0.6 0.64
Hex A5 6C DA 18 32 0 F 10F 3C 40
Octal 245 154 332 30 62 0 17 417 74 100
Binary 10100101 1101100 11011010 11000 110010 0 1111 100001111 111100 1000000

Color Harmonies of #A56CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CDA

Black with #A56CDA

Text Example


Text Example

White with #A56CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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