Html Css Color HEX #A56BDE Amethyst

📋 copy color: '#A56BDE'

red 165 ◦ green 107 ◦ blue 222

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

Shades of Amethyst #A56BDE

Tints of Amethyst #A56BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 33.4%
G = 21.66%
B = 44.94%

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

#A56BDE (or 0xA56BDE) is known color: Amethyst. HEX triplet: A5, 6B and DE. RGB value is (165,107,222). Sum of RGB (Red+Green+Blue) = 165+107+222=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #A56BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BDE is #5A9421. Grayscale: #898989. Windows color (decimal): -5936162 or 14576549. OLE color: 14576549.

HSL color Cylindrical-coordinate representation of color #A56BDE: hue angle of 270.26º 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 #A56BDE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 107 222 -
CMYK 0.26 0.52 0 0.13
HSL 270.26º 0.64% 0.65% -
HSV(B) 270.26º 0.52% 0.87% -
XYZ 33.96 23.79 71.91 -
YUV 137.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 165 107 222 0.26 0.52 0 0.13 270.26 0.64 0.65
Hex A5 6B DE 1A 34 0 D 10E 40 41
Octal 245 153 336 32 64 0 15 416 100 101
Binary 10100101 1101011 11011110 11010 110100 0 1101 100001110 1000000 1000001

Color Harmonies of #A56BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BDE

Black with #A56BDE

Text Example


Text Example

White with #A56BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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