Html Css Color HEX #A350E2 Amethyst

📋 copy color: '#A350E2'

red 163 ◦ green 80 ◦ blue 226

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

Shades of Amethyst #A350E2

Tints of Amethyst #A350E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.19%

R = 34.75%
G = 17.06%
B = 48.19%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A350E2 (or 0xA350E2) is known color: Amethyst. HEX triplet: A3, 50 and E2. RGB value is (163,80,226). Sum of RGB (Red+Green+Blue) = 163+80+226=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #A350E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350E2 is #5CAF1D. Grayscale: #787878. Windows color (decimal): -6074142 or 14831779. OLE color: 14831779.

HSL color Cylindrical-coordinate representation of color #A350E2: hue angle of 274.11º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A350E2 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 80 226 -
CMYK 0.28 0.65 0 0.11
HSL 274.11º 0.72% 0.6% -
HSV(B) 274.11º 0.65% 0.89% -
XYZ 31.7 19.01 73.95 -
YUV 121.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 163 80 226 0.28 0.65 0 0.11 274.11 0.72 0.6
Hex A3 50 E2 1C 41 0 B 112 48 3C
Octal 243 120 342 34 101 0 13 422 110 74
Binary 10100011 1010000 11100010 11100 1000001 0 1011 100010010 1001000 111100

Color Harmonies of #A350E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350E2

Black with #A350E2

Text Example


Text Example

White with #A350E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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