Html Css Color HEX #A357DB Amethyst

📋 copy color: '#A357DB'

red 163 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #A357DB

Tints of Amethyst #A357DB

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

 GREEN value IS 87 (34.38% from 255) = 18.55%

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

R = 34.75%
G = 18.55%
B = 46.7%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A357DB (or 0xA357DB) is known color: Amethyst. HEX triplet: A3, 57 and DB. RGB value is (163,87,219). Sum of RGB (Red+Green+Blue) = 163+87+219=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A357DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357DB is #5CA824. Grayscale: #7C7C7C. Windows color (decimal): -6072357 or 14374819. OLE color: 14374819.

HSL color Cylindrical-coordinate representation of color #A357DB: hue angle of 274.55º 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 #A357DB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 87 219 -
CMYK 0.26 0.60 0 0.14
HSL 274.55º 0.65% 0.6% -
HSV(B) 274.55º 0.6% 0.86% -
XYZ 31.3 19.72 69.17 -
YUV 124.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 163 87 219 0.26 0.60 0 0.14 274.55 0.65 0.6
Hex A3 57 DB 1A 3C 0 E 113 41 3C
Octal 243 127 333 32 74 0 16 423 101 74
Binary 10100011 1010111 11011011 11010 111100 0 1110 100010011 1000001 111100

Color Harmonies of #A357DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357DB

Black with #A357DB

Text Example


Text Example

White with #A357DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357DB; }

 p { color: rgb(163,87,219); }

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

background-color css

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

 a { background-color: rgb(163,87,219); }

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

border-color css

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

 span { border-color: rgb(163,87,219); }

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