Html Css Color HEX #A354DC Amethyst

📋 copy color: '#A354DC'

red 163 ◦ green 84 ◦ blue 220

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

Shades of Amethyst #A354DC

Tints of Amethyst #A354DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 34.9%
G = 17.99%
B = 47.11%

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

#A354DC (or 0xA354DC) is known color: Amethyst. HEX triplet: A3, 54 and DC. RGB value is (163,84,220). Sum of RGB (Red+Green+Blue) = 163+84+220=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A354DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354DC is #5CAB23. Grayscale: #7A7A7A. Windows color (decimal): -6073124 or 14439587. OLE color: 14439587.

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

Color convert

RGB 163 84 220 -
CMYK 0.26 0.62 0 0.14
HSL 274.85º 0.66% 0.6% -
HSV(B) 274.85º 0.62% 0.86% -
XYZ 31.19 19.29 69.79 -
YUV 123.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 163 84 220 0.26 0.62 0 0.14 274.85 0.66 0.6
Hex A3 54 DC 1A 3E 0 E 113 42 3C
Octal 243 124 334 32 76 0 16 423 102 74
Binary 10100011 1010100 11011100 11010 111110 0 1110 100010011 1000010 111100

Color Harmonies of #A354DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354DC

Black with #A354DC

Text Example


Text Example

White with #A354DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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