Html Css Color HEX #A656E6 Amethyst

📋 copy color: '#A656E6'

red 166 ◦ green 86 ◦ blue 230

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

Shades of Amethyst #A656E6

Tints of Amethyst #A656E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 34.44%
G = 17.84%
B = 47.72%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A656E6 (or 0xA656E6) is known color: Amethyst. HEX triplet: A6, 56 and E6. RGB value is (166,86,230). Sum of RGB (Red+Green+Blue) = 166+86+230=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #A656E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656E6 is #59A919. Grayscale: #7D7D7D. Windows color (decimal): -5875994 or 15095462. OLE color: 15095462.

HSL color Cylindrical-coordinate representation of color #A656E6: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A656E6 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 86 230 -
CMYK 0.28 0.63 0 0.10
HSL 273.33º 0.74% 0.62% -
HSV(B) 273.33º 0.63% 0.9% -
XYZ 33.34 20.48 77.06 -
YUV 126.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 166 86 230 0.28 0.63 0 0.10 273.33 0.74 0.62
Hex A6 56 E6 1C 3F 0 A 111 4A 3E
Octal 246 126 346 34 77 0 12 421 112 76
Binary 10100110 1010110 11100110 11100 111111 0 1010 100010001 1001010 111110

Color Harmonies of #A656E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656E6

Black with #A656E6

Text Example


Text Example

White with #A656E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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