Html Css Color HEX #A56CDE Amethyst

📋 copy color: '#A56CDE'

red 165 ◦ green 108 ◦ blue 222

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

Shades of Amethyst #A56CDE

Tints of Amethyst #A56CDE

RGB

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

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

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

R = 33.33%
G = 21.82%
B = 44.85%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56CDE (or 0xA56CDE) is known color: Amethyst. HEX triplet: A5, 6C and DE. RGB value is (165,108,222). Sum of RGB (Red+Green+Blue) = 165+108+222=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #A56CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CDE is #5A9321. Grayscale: #898989. Windows color (decimal): -5935906 or 14576805. OLE color: 14576805.

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

Color convert

RGB 165 108 222 -
CMYK 0.26 0.51 0 0.13
HSL 270º 0.63% 0.65% -
HSV(B) 270º 0.51% 0.87% -
XYZ 34.06 24 71.94 -
YUV 138.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 165 108 222 0.26 0.51 0 0.13 270 0.63 0.65
Hex A5 6C DE 1A 33 0 D 10E 3F 41
Octal 245 154 336 32 63 0 15 416 77 101
Binary 10100101 1101100 11011110 11010 110011 0 1101 100001110 111111 1000001

Color Harmonies of #A56CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CDE

Black with #A56CDE

Text Example


Text Example

White with #A56CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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