Html Css Color HEX #A656DA Amethyst

📋 copy color: '#A656DA'

red 166 ◦ green 86 ◦ blue 218

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

Shades of Amethyst #A656DA

Tints of Amethyst #A656DA

RGB

 RED value IS 166 (65.23% from 255) = 35.32%

 GREEN value IS 86 (33.98% from 255) = 18.3%

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

R = 35.32%
G = 18.3%
B = 46.38%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A656DA (or 0xA656DA) is known color: Amethyst. HEX triplet: A6, 56 and DA. RGB value is (166,86,218). Sum of RGB (Red+Green+Blue) = 166+86+218=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #A656DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656DA is #59A925. Grayscale: #7C7C7C. Windows color (decimal): -5876006 or 14309030. OLE color: 14309030.

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

Color convert

RGB 166 86 218 -
CMYK 0.24 0.61 0 0.15
HSL 276.36º 0.64% 0.6% -
HSV(B) 276.36º 0.61% 0.85% -
XYZ 31.71 19.82 68.48 -
YUV 124.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 166 86 218 0.24 0.61 0 0.15 276.36 0.64 0.6
Hex A6 56 DA 18 3D 0 F 114 40 3C
Octal 246 126 332 30 75 0 17 424 100 74
Binary 10100110 1010110 11011010 11000 111101 0 1111 100010100 1000000 111100

Color Harmonies of #A656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656DA

Black with #A656DA

Text Example


Text Example

White with #A656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656DA; }

 p { color: rgb(166,86,218); }

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

background-color css

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

 a { background-color: rgb(166,86,218); }

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

border-color css

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

 span { border-color: rgb(166,86,218); }

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