Html Css Color HEX #A658ED Amethyst

📋 copy color: '#A658ED'

red 166 ◦ green 88 ◦ blue 237

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

Shades of Amethyst #A658ED

Tints of Amethyst #A658ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 33.81%
G = 17.92%
B = 48.27%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A658ED (or 0xA658ED) is known color: Amethyst. HEX triplet: A6, 58 and ED. RGB value is (166,88,237). Sum of RGB (Red+Green+Blue) = 166+88+237=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A658ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658ED is #59A712. Grayscale: #7F7F7F. Windows color (decimal): -5875475 or 15554726. OLE color: 15554726.

HSL color Cylindrical-coordinate representation of color #A658ED: hue angle of 271.41º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A658ED is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 88 237 -
CMYK 0.30 0.63 0 0.07
HSL 271.41º 0.81% 0.64% -
HSV(B) 271.41º 0.63% 0.93% -
XYZ 34.5 21.2 82.39 -
YUV 128.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 166 88 237 0.30 0.63 0 0.07 271.41 0.81 0.64
Hex A6 58 ED 1E 3F 0 7 10F 51 40
Octal 246 130 355 36 77 0 7 417 121 100
Binary 10100110 1011000 11101101 11110 111111 0 111 100001111 1010001 1000000

Color Harmonies of #A658ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A658ED

Black with #A658ED

Text Example


Text Example

White with #A658ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A658ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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