Html Css Color HEX #A458EB Amethyst

📋 copy color: '#A458EB'

red 164 ◦ green 88 ◦ blue 235

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

Shades of Amethyst #A458EB

Tints of Amethyst #A458EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 33.68%
G = 18.07%
B = 48.25%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A458EB (or 0xA458EB) is known color: Amethyst. HEX triplet: A4, 58 and EB. RGB value is (164,88,235). Sum of RGB (Red+Green+Blue) = 164+88+235=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #A458EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458EB is #5BA714. Grayscale: #7E7E7E. Windows color (decimal): -6006549 or 15423652. OLE color: 15423652.

HSL color Cylindrical-coordinate representation of color #A458EB: hue angle of 271.02º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A458EB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 88 235 -
CMYK 0.30 0.63 0 0.08
HSL 271.02º 0.79% 0.63% -
HSV(B) 271.02º 0.63% 0.92% -
XYZ 33.79 20.87 80.84 -
YUV 127.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 164 88 235 0.30 0.63 0 0.08 271.02 0.79 0.63
Hex A4 58 EB 1E 3F 0 8 10F 4F 3F
Octal 244 130 353 36 77 0 10 417 117 77
Binary 10100100 1011000 11101011 11110 111111 0 1000 100001111 1001111 111111

Color Harmonies of #A458EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458EB

Black with #A458EB

Text Example


Text Example

White with #A458EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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