Html Css Color HEX #A353EB Amethyst

📋 copy color: '#A353EB'

red 163 ◦ green 83 ◦ blue 235

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

Shades of Amethyst #A353EB

Tints of Amethyst #A353EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 33.89%
G = 17.26%
B = 48.86%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A353EB (or 0xA353EB) is known color: Amethyst. HEX triplet: A3, 53 and EB. RGB value is (163,83,235). Sum of RGB (Red+Green+Blue) = 163+83+235=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #A353EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353EB is #5CAC14. Grayscale: #7B7B7B. Windows color (decimal): -6073365 or 15422371. OLE color: 15422371.

HSL color Cylindrical-coordinate representation of color #A353EB: hue angle of 271.58º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A353EB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 83 235 -
CMYK 0.31 0.65 0 0.08
HSL 271.58º 0.79% 0.62% -
HSV(B) 271.58º 0.65% 0.92% -
XYZ 33.19 19.97 80.7 -
YUV 124.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 163 83 235 0.31 0.65 0 0.08 271.58 0.79 0.62
Hex A3 53 EB 1F 41 0 8 110 4F 3E
Octal 243 123 353 37 101 0 10 420 117 76
Binary 10100011 1010011 11101011 11111 1000001 0 1000 100010000 1001111 111110

Color Harmonies of #A353EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353EB

Black with #A353EB

Text Example


Text Example

White with #A353EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353EB; }

 p { color: rgb(163,83,235); }

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

background-color css

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

 a { background-color: rgb(163,83,235); }

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

border-color css

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

 span { border-color: rgb(163,83,235); }

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