Html Css Color HEX #A56DCB Amethyst

📋 copy color: '#A56DCB'

red 165 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #A56DCB

Tints of Amethyst #A56DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 34.59%
G = 22.85%
B = 42.56%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A56DCB (or 0xA56DCB) is known color: Amethyst. HEX triplet: A5, 6D and CB. RGB value is (165,109,203). Sum of RGB (Red+Green+Blue) = 165+109+203=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A56DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DCB is #5A9234. Grayscale: #888888. Windows color (decimal): -5935669 or 13331877. OLE color: 13331877.

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

Color convert

RGB 165 109 203 -
CMYK 0.19 0.46 0 0.20
HSL 275.74º 0.47% 0.61% -
HSV(B) 275.74º 0.46% 0.8% -
XYZ 31.77 23.25 59.31 -
YUV 136.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 165 109 203 0.19 0.46 0 0.20 275.74 0.47 0.61
Hex A5 6D CB 13 2E 0 14 114 2F 3D
Octal 245 155 313 23 56 0 24 424 57 75
Binary 10100101 1101101 11001011 10011 101110 0 10100 100010100 101111 111101

Color Harmonies of #A56DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DCB

Black with #A56DCB

Text Example


Text Example

White with #A56DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DCB; }

 p { color: rgb(165,109,203); }

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

background-color css

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

 a { background-color: rgb(165,109,203); }

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

border-color css

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

 span { border-color: rgb(165,109,203); }

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