Html Css Color HEX #A56BDA Amethyst

📋 copy color: '#A56BDA'

red 165 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #A56BDA

Tints of Amethyst #A56BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.84%

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

R = 33.67%
G = 21.84%
B = 44.49%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A56BDA (or 0xA56BDA) is known color: Amethyst. HEX triplet: A5, 6B and DA. RGB value is (165,107,218). Sum of RGB (Red+Green+Blue) = 165+107+218=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A56BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BDA is #5A9425. Grayscale: #888888. Windows color (decimal): -5936166 or 14314405. OLE color: 14314405.

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

Color convert

RGB 165 107 218 -
CMYK 0.24 0.51 0 0.15
HSL 271.35º 0.6% 0.64% -
HSV(B) 271.35º 0.51% 0.85% -
XYZ 33.43 23.58 69.12 -
YUV 137 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 165 107 218 0.24 0.51 0 0.15 271.35 0.6 0.64
Hex A5 6B DA 18 33 0 F 10F 3C 40
Octal 245 153 332 30 63 0 17 417 74 100
Binary 10100101 1101011 11011010 11000 110011 0 1111 100001111 111100 1000000

Color Harmonies of #A56BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BDA

Black with #A56BDA

Text Example


Text Example

White with #A56BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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