Html Css Color HEX #A56FDB Amethyst

📋 copy color: '#A56FDB'

red 165 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #A56FDB

Tints of Amethyst #A56FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 33.33%
G = 22.42%
B = 44.24%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A56FDB (or 0xA56FDB) is known color: Amethyst. HEX triplet: A5, 6F and DB. RGB value is (165,111,219). Sum of RGB (Red+Green+Blue) = 165+111+219=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A56FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDB is #5A9024. Grayscale: #8B8B8B. Windows color (decimal): -5935141 or 14380965. OLE color: 14380965.

HSL color Cylindrical-coordinate representation of color #A56FDB: hue angle of 270º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56FDB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 111 219 -
CMYK 0.25 0.49 0 0.14
HSL 270º 0.6% 0.65% -
HSV(B) 270º 0.49% 0.86% -
XYZ 33.99 24.48 69.95 -
YUV 139.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 165 111 219 0.25 0.49 0 0.14 270 0.6 0.65
Hex A5 6F DB 19 31 0 E 10E 3C 41
Octal 245 157 333 31 61 0 16 416 74 101
Binary 10100101 1101111 11011011 11001 110001 0 1110 100001110 111100 1000001

Color Harmonies of #A56FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FDB

Black with #A56FDB

Text Example


Text Example

White with #A56FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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