Html Css Color HEX #A658D1 Amethyst

📋 copy color: '#A658D1'

red 166 ◦ green 88 ◦ blue 209

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

Shades of Amethyst #A658D1

Tints of Amethyst #A658D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 35.85%
G = 19.01%
B = 45.14%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A658D1 (or 0xA658D1) is known color: Amethyst. HEX triplet: A6, 58 and D1. RGB value is (166,88,209). Sum of RGB (Red+Green+Blue) = 166+88+209=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #A658D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D1 is #59A72E. Grayscale: #7C7C7C. Windows color (decimal): -5875503 or 13719718. OLE color: 13719718.

HSL color Cylindrical-coordinate representation of color #A658D1: hue angle of 278.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A658D1 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 88 209 -
CMYK 0.21 0.58 0 0.18
HSL 278.68º 0.57% 0.58% -
HSV(B) 278.68º 0.58% 0.82% -
XYZ 30.72 19.69 62.5 -
YUV 125.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 166 88 209 0.21 0.58 0 0.18 278.68 0.57 0.58
Hex A6 58 D1 15 3A 0 12 117 39 3A
Octal 246 130 321 25 72 0 22 427 71 72
Binary 10100110 1011000 11010001 10101 111010 0 10010 100010111 111001 111010

Color Harmonies of #A658D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658D1

Black with #A658D1

Text Example


Text Example

White with #A658D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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