Html Css Color HEX #A458DA Amethyst

📋 copy color: '#A458DA'

red 164 ◦ green 88 ◦ blue 218

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

Shades of Amethyst #A458DA

Tints of Amethyst #A458DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 34.89%
G = 18.72%
B = 46.38%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A458DA (or 0xA458DA) is known color: Amethyst. HEX triplet: A4, 58 and DA. RGB value is (164,88,218). Sum of RGB (Red+Green+Blue) = 164+88+218=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #A458DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458DA is #5BA725. Grayscale: #7D7D7D. Windows color (decimal): -6006566 or 14309540. OLE color: 14309540.

HSL color Cylindrical-coordinate representation of color #A458DA: hue angle of 275.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A458DA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 88 218 -
CMYK 0.25 0.60 0 0.15
HSL 275.08º 0.64% 0.6% -
HSV(B) 275.08º 0.6% 0.85% -
XYZ 31.45 19.93 68.52 -
YUV 125.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 164 88 218 0.25 0.60 0 0.15 275.08 0.64 0.6
Hex A4 58 DA 19 3C 0 F 113 40 3C
Octal 244 130 332 31 74 0 17 423 100 74
Binary 10100100 1011000 11011010 11001 111100 0 1111 100010011 1000000 111100

Color Harmonies of #A458DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458DA

Black with #A458DA

Text Example


Text Example

White with #A458DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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