Html Css Color HEX #A350D5 Amethyst

📋 copy color: '#A350D5'

red 163 ◦ green 80 ◦ blue 213

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

Shades of Amethyst #A350D5

Tints of Amethyst #A350D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.54%

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 35.75%
G = 17.54%
B = 46.71%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A350D5 (or 0xA350D5) is known color: Amethyst. HEX triplet: A3, 50 and D5. RGB value is (163,80,213). Sum of RGB (Red+Green+Blue) = 163+80+213=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #A350D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350D5 is #5CAF2A. Grayscale: #777777. Windows color (decimal): -6074155 or 13979811. OLE color: 13979811.

HSL color Cylindrical-coordinate representation of color #A350D5: hue angle of 277.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A350D5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 80 213 -
CMYK 0.23 0.62 0 0.16
HSL 277.44º 0.61% 0.57% -
HSV(B) 277.44º 0.62% 0.84% -
XYZ 29.98 18.33 64.91 -
YUV 119.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 163 80 213 0.23 0.62 0 0.16 277.44 0.61 0.57
Hex A3 50 D5 17 3E 0 10 115 3D 39
Octal 243 120 325 27 76 0 20 425 75 71
Binary 10100011 1010000 11010101 10111 111110 0 10000 100010101 111101 111001

Color Harmonies of #A350D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350D5

Black with #A350D5

Text Example


Text Example

White with #A350D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350D5; }

 p { color: rgb(163,80,213); }

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

background-color css

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

 a { background-color: rgb(163,80,213); }

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

border-color css

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

 span { border-color: rgb(163,80,213); }

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