Html Css Color HEX #A56BE0 Amethyst

📋 copy color: '#A56BE0'

red 165 ◦ green 107 ◦ blue 224

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

Shades of Amethyst #A56BE0

Tints of Amethyst #A56BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 33.27%
G = 21.57%
B = 45.16%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A56BE0 (or 0xA56BE0) is known color: Amethyst. HEX triplet: A5, 6B and E0. RGB value is (165,107,224). Sum of RGB (Red+Green+Blue) = 165+107+224=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #A56BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BE0 is #5A941F. Grayscale: #898989. Windows color (decimal): -5936160 or 14707621. OLE color: 14707621.

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

Color convert

RGB 165 107 224 -
CMYK 0.26 0.52 0 0.12
HSL 269.74º 0.65% 0.65% -
HSV(B) 269.74º 0.52% 0.88% -
XYZ 34.23 23.9 73.33 -
YUV 137.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 165 107 224 0.26 0.52 0 0.12 269.74 0.65 0.65
Hex A5 6B E0 1A 34 0 C 10E 41 41
Octal 245 153 340 32 64 0 14 416 101 101
Binary 10100101 1101011 11100000 11010 110100 0 1100 100001110 1000001 1000001

Color Harmonies of #A56BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BE0

Black with #A56BE0

Text Example


Text Example

White with #A56BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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