Html Css Color HEX #A458DB Amethyst

📋 copy color: '#A458DB'

red 164 ◦ green 88 ◦ blue 219

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

Shades of Amethyst #A458DB

Tints of Amethyst #A458DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 34.82%
G = 18.68%
B = 46.5%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A458DB (or 0xA458DB) is known color: Amethyst. HEX triplet: A4, 58 and DB. RGB value is (164,88,219). Sum of RGB (Red+Green+Blue) = 164+88+219=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A458DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458DB is #5BA724. Grayscale: #7D7D7D. Windows color (decimal): -6006565 or 14375076. OLE color: 14375076.

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

Color convert

RGB 164 88 219 -
CMYK 0.25 0.60 0 0.14
HSL 274.81º 0.65% 0.6% -
HSV(B) 274.81º 0.6% 0.86% -
XYZ 31.59 19.99 69.21 -
YUV 125.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 164 88 219 0.25 0.60 0 0.14 274.81 0.65 0.6
Hex A4 58 DB 19 3C 0 E 113 41 3C
Octal 244 130 333 31 74 0 16 423 101 74
Binary 10100100 1011000 11011011 11001 111100 0 1110 100010011 1000001 111100

Color Harmonies of #A458DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458DB

Black with #A458DB

Text Example


Text Example

White with #A458DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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