Html Css Color HEX #A355DB Amethyst

📋 copy color: '#A355DB'

red 163 ◦ green 85 ◦ blue 219

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

Shades of Amethyst #A355DB

Tints of Amethyst #A355DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

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

R = 34.9%
G = 18.2%
B = 46.9%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A355DB (or 0xA355DB) is known color: Amethyst. HEX triplet: A3, 55 and DB. RGB value is (163,85,219). Sum of RGB (Red+Green+Blue) = 163+85+219=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A355DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355DB is #5CAA24. Grayscale: #7B7B7B. Windows color (decimal): -6072869 or 14374307. OLE color: 14374307.

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

Color convert

RGB 163 85 219 -
CMYK 0.26 0.61 0 0.14
HSL 274.93º 0.65% 0.6% -
HSV(B) 274.93º 0.61% 0.86% -
XYZ 31.14 19.4 69.12 -
YUV 123.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 163 85 219 0.26 0.61 0 0.14 274.93 0.65 0.6
Hex A3 55 DB 1A 3D 0 E 113 41 3C
Octal 243 125 333 32 75 0 16 423 101 74
Binary 10100011 1010101 11011011 11010 111101 0 1110 100010011 1000001 111100

Color Harmonies of #A355DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355DB

Black with #A355DB

Text Example


Text Example

White with #A355DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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