Html Css Color HEX #A56FCD Amethyst

📋 copy color: '#A56FCD'

red 165 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #A56FCD

Tints of Amethyst #A56FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 34.3%
G = 23.08%
B = 42.62%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A56FCD (or 0xA56FCD) is known color: Amethyst. HEX triplet: A5, 6F and CD. RGB value is (165,111,205). Sum of RGB (Red+Green+Blue) = 165+111+205=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FCD is #5A9032. Grayscale: #898989. Windows color (decimal): -5935155 or 13463461. OLE color: 13463461.

HSL color Cylindrical-coordinate representation of color #A56FCD: hue angle of 274.47º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A56FCD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 111 205 -
CMYK 0.20 0.46 0 0.20
HSL 274.47º 0.48% 0.62% -
HSV(B) 274.47º 0.46% 0.8% -
XYZ 32.22 23.78 60.65 -
YUV 137.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 165 111 205 0.20 0.46 0 0.20 274.47 0.48 0.62
Hex A5 6F CD 14 2E 0 14 112 30 3E
Octal 245 157 315 24 56 0 24 422 60 76
Binary 10100101 1101111 11001101 10100 101110 0 10100 100010010 110000 111110

Color Harmonies of #A56FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FCD

Black with #A56FCD

Text Example


Text Example

White with #A56FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FCD; }

 p { color: rgb(165,111,205); }

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

background-color css

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

 a { background-color: rgb(165,111,205); }

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

border-color css

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

 span { border-color: rgb(165,111,205); }

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