Html Css Color HEX #A658D9 Amethyst

📋 copy color: '#A658D9'

red 166 ◦ green 88 ◦ blue 217

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

Shades of Amethyst #A658D9

Tints of Amethyst #A658D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 35.24%
G = 18.68%
B = 46.07%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A658D9 (or 0xA658D9) is known color: Amethyst. HEX triplet: A6, 58 and D9. RGB value is (166,88,217). Sum of RGB (Red+Green+Blue) = 166+88+217=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #A658D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D9 is #59A726. Grayscale: #7D7D7D. Windows color (decimal): -5875495 or 14244006. OLE color: 14244006.

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

Color convert

RGB 166 88 217 -
CMYK 0.24 0.59 0 0.15
HSL 276.28º 0.63% 0.6% -
HSV(B) 276.28º 0.59% 0.85% -
XYZ 31.74 20.1 67.85 -
YUV 126.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 166 88 217 0.24 0.59 0 0.15 276.28 0.63 0.6
Hex A6 58 D9 18 3B 0 F 114 3F 3C
Octal 246 130 331 30 73 0 17 424 77 74
Binary 10100110 1011000 11011001 11000 111011 0 1111 100010100 111111 111100

Color Harmonies of #A658D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658D9

Black with #A658D9

Text Example


Text Example

White with #A658D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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