Html Css Color HEX #A458CE Amethyst

📋 copy color: '#A458CE'

red 164 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #A458CE

Tints of Amethyst #A458CE

RGB

 RED value IS 164 (64.45% from 255) = 35.81%

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 35.81%
G = 19.21%
B = 44.98%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A458CE (or 0xA458CE) is known color: Amethyst. HEX triplet: A4, 58 and CE. RGB value is (164,88,206). Sum of RGB (Red+Green+Blue) = 164+88+206=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #A458CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458CE is #5BA731. Grayscale: #7B7B7B. Windows color (decimal): -6006578 or 13523108. OLE color: 13523108.

HSL color Cylindrical-coordinate representation of color #A458CE: hue angle of 278.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A458CE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 88 206 -
CMYK 0.20 0.57 0 0.19
HSL 278.64º 0.55% 0.58% -
HSV(B) 278.64º 0.57% 0.81% -
XYZ 29.94 19.33 60.55 -
YUV 124.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 164 88 206 0.20 0.57 0 0.19 278.64 0.55 0.58
Hex A4 58 CE 14 39 0 13 117 37 3A
Octal 244 130 316 24 71 0 23 427 67 72
Binary 10100100 1011000 11001110 10100 111001 0 10011 100010111 110111 111010

Color Harmonies of #A458CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458CE

Black with #A458CE

Text Example


Text Example

White with #A458CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458CE; }

 p { color: rgb(164,88,206); }

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

background-color css

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

 a { background-color: rgb(164,88,206); }

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

border-color css

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

 span { border-color: rgb(164,88,206); }

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