Html Css Color HEX #A56DBF Amethyst

📋 copy color: '#A56DBF'

red 165 ◦ green 109 ◦ blue 191

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

Shades of Amethyst #A56DBF

Tints of Amethyst #A56DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.08%

R = 35.48%
G = 23.44%
B = 41.08%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A56DBF (or 0xA56DBF) is known color: Amethyst. HEX triplet: A5, 6D and BF. RGB value is (165,109,191). Sum of RGB (Red+Green+Blue) = 165+109+191=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A56DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DBF is #5A9240. Grayscale: #868686. Windows color (decimal): -5935681 or 12545445. OLE color: 12545445.

HSL color Cylindrical-coordinate representation of color #A56DBF: hue angle of 280.98º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56DBF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 109 191 -
CMYK 0.14 0.43 0 0.25
HSL 280.98º 0.39% 0.59% -
HSV(B) 280.98º 0.43% 0.75% -
XYZ 30.39 22.7 52.07 -
YUV 135.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 165 109 191 0.14 0.43 0 0.25 280.98 0.39 0.59
Hex A5 6D BF E 2B 0 19 119 27 3B
Octal 245 155 277 16 53 0 31 431 47 73
Binary 10100101 1101101 10111111 1110 101011 0 11001 100011001 100111 111011

Color Harmonies of #A56DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DBF

Black with #A56DBF

Text Example


Text Example

White with #A56DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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