Html Css Color HEX #A56FDA Amethyst

📋 copy color: '#A56FDA'

red 165 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #A56FDA

Tints of Amethyst #A56FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 33.4%
G = 22.47%
B = 44.13%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A56FDA (or 0xA56FDA) is known color: Amethyst. HEX triplet: A5, 6F and DA. RGB value is (165,111,218). Sum of RGB (Red+Green+Blue) = 165+111+218=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A56FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDA is #5A9025. Grayscale: #8A8A8A. Windows color (decimal): -5935142 or 14315429. OLE color: 14315429.

HSL color Cylindrical-coordinate representation of color #A56FDA: hue angle of 270.28º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56FDA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 111 218 -
CMYK 0.24 0.49 0 0.15
HSL 270.28º 0.59% 0.65% -
HSV(B) 270.28º 0.49% 0.85% -
XYZ 33.86 24.43 69.26 -
YUV 139.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 165 111 218 0.24 0.49 0 0.15 270.28 0.59 0.65
Hex A5 6F DA 18 31 0 F 10E 3B 41
Octal 245 157 332 30 61 0 17 416 73 101
Binary 10100101 1101111 11011010 11000 110001 0 1111 100001110 111011 1000001

Color Harmonies of #A56FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FDA

Black with #A56FDA

Text Example


Text Example

White with #A56FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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