Html Css Color HEX #A354DB Amethyst

📋 copy color: '#A354DB'

red 163 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #A354DB

Tints of Amethyst #A354DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

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

R = 34.98%
G = 18.03%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A354DB (or 0xA354DB) is known color: Amethyst. HEX triplet: A3, 54 and DB. RGB value is (163,84,219). Sum of RGB (Red+Green+Blue) = 163+84+219=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A354DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354DB is #5CAB24. Grayscale: #7A7A7A. Windows color (decimal): -6073125 or 14374051. OLE color: 14374051.

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

Color convert

RGB 163 84 219 -
CMYK 0.26 0.62 0 0.14
HSL 275.11º 0.65% 0.59% -
HSV(B) 275.11º 0.62% 0.86% -
XYZ 31.06 19.24 69.09 -
YUV 123.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 163 84 219 0.26 0.62 0 0.14 275.11 0.65 0.59
Hex A3 54 DB 1A 3E 0 E 113 41 3B
Octal 243 124 333 32 76 0 16 423 101 73
Binary 10100011 1010100 11011011 11010 111110 0 1110 100010011 1000001 111011

Color Harmonies of #A354DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354DB

Black with #A354DB

Text Example


Text Example

White with #A354DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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