Html Css Color HEX #A658D6 Amethyst

📋 copy color: '#A658D6'

red 166 ◦ green 88 ◦ blue 214

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

Shades of Amethyst #A658D6

Tints of Amethyst #A658D6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.8%

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 35.47%
G = 18.8%
B = 45.73%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A658D6 (or 0xA658D6) is known color: Amethyst. HEX triplet: A6, 58 and D6. RGB value is (166,88,214). Sum of RGB (Red+Green+Blue) = 166+88+214=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #A658D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D6 is #59A729. Grayscale: #7D7D7D. Windows color (decimal): -5875498 or 14047398. OLE color: 14047398.

HSL color Cylindrical-coordinate representation of color #A658D6: hue angle of 277.14º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A658D6 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 88 214 -
CMYK 0.22 0.59 0 0.16
HSL 277.14º 0.61% 0.59% -
HSV(B) 277.14º 0.59% 0.84% -
XYZ 31.35 19.94 65.81 -
YUV 125.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 166 88 214 0.22 0.59 0 0.16 277.14 0.61 0.59
Hex A6 58 D6 16 3B 0 10 115 3D 3B
Octal 246 130 326 26 73 0 20 425 75 73
Binary 10100110 1011000 11010110 10110 111011 0 10000 100010101 111101 111011

Color Harmonies of #A658D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658D6

Black with #A658D6

Text Example


Text Example

White with #A658D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658D6; }

 p { color: rgb(166,88,214); }

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

background-color css

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

 a { background-color: rgb(166,88,214); }

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

border-color css

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

 span { border-color: rgb(166,88,214); }

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