Html Css Color HEX #A353EA Amethyst

📋 copy color: '#A353EA'

red 163 ◦ green 83 ◦ blue 234

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

Shades of Amethyst #A353EA

Tints of Amethyst #A353EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 33.96%
G = 17.29%
B = 48.75%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A353EA (or 0xA353EA) is known color: Amethyst. HEX triplet: A3, 53 and EA. RGB value is (163,83,234). Sum of RGB (Red+Green+Blue) = 163+83+234=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #A353EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353EA is #5CAC15. Grayscale: #7B7B7B. Windows color (decimal): -6073366 or 15356835. OLE color: 15356835.

HSL color Cylindrical-coordinate representation of color #A353EA: hue angle of 271.79º degrees, saturation: 0.78, 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 #A353EA is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 83 234 -
CMYK 0.30 0.65 0 0.08
HSL 271.79º 0.78% 0.62% -
HSV(B) 271.79º 0.65% 0.92% -
XYZ 33.05 19.91 79.94 -
YUV 124.13 190 155.72 -
System Red Green Blue C M Y K H S L
Decimal 163 83 234 0.30 0.65 0 0.08 271.79 0.78 0.62
Hex A3 53 EA 1E 41 0 8 110 4E 3E
Octal 243 123 352 36 101 0 10 420 116 76
Binary 10100011 1010011 11101010 11110 1000001 0 1000 100010000 1001110 111110

Color Harmonies of #A353EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353EA

Black with #A353EA

Text Example


Text Example

White with #A353EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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