Html Css Color HEX #A458D0 Amethyst

📋 copy color: '#A458D0'

red 164 ◦ green 88 ◦ blue 208

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

Shades of Amethyst #A458D0

Tints of Amethyst #A458D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 35.65%
G = 19.13%
B = 45.22%

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

#A458D0 (or 0xA458D0) is known color: Amethyst. HEX triplet: A4, 58 and D0. RGB value is (164,88,208). Sum of RGB (Red+Green+Blue) = 164+88+208=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #A458D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458D0 is #5BA72F. Grayscale: #7B7B7B. Windows color (decimal): -6006576 or 13654180. OLE color: 13654180.

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

Color convert

RGB 164 88 208 -
CMYK 0.21 0.58 0 0.18
HSL 278º 0.56% 0.58% -
HSV(B) 278º 0.58% 0.82% -
XYZ 30.18 19.43 61.83 -
YUV 124.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 164 88 208 0.21 0.58 0 0.18 278 0.56 0.58
Hex A4 58 D0 15 3A 0 12 116 38 3A
Octal 244 130 320 25 72 0 22 426 70 72
Binary 10100100 1011000 11010000 10101 111010 0 10010 100010110 111000 111010

Color Harmonies of #A458D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458D0

Black with #A458D0

Text Example


Text Example

White with #A458D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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