Html Css Color HEX #A658D2 Amethyst

📋 copy color: '#A658D2'

red 166 ◦ green 88 ◦ blue 210

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

Shades of Amethyst #A658D2

Tints of Amethyst #A658D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 35.78%
G = 18.97%
B = 45.26%

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

#A658D2 (or 0xA658D2) is known color: Amethyst. HEX triplet: A6, 58 and D2. RGB value is (166,88,210). Sum of RGB (Red+Green+Blue) = 166+88+210=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #A658D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D2 is #59A72D. Grayscale: #7C7C7C. Windows color (decimal): -5875502 or 13785254. OLE color: 13785254.

HSL color Cylindrical-coordinate representation of color #A658D2: hue angle of 278.36º degrees, saturation: 0.58, 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 #A658D2 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 88 210 -
CMYK 0.21 0.58 0 0.18
HSL 278.36º 0.58% 0.58% -
HSV(B) 278.36º 0.58% 0.82% -
XYZ 30.85 19.74 63.16 -
YUV 125.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 166 88 210 0.21 0.58 0 0.18 278.36 0.58 0.58
Hex A6 58 D2 15 3A 0 12 116 3A 3A
Octal 246 130 322 25 72 0 22 426 72 72
Binary 10100110 1011000 11010010 10101 111010 0 10010 100010110 111010 111010

Color Harmonies of #A658D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658D2

Black with #A658D2

Text Example


Text Example

White with #A658D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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