Html Css Color HEX #A357EA Amethyst

📋 copy color: '#A357EA'

red 163 ◦ green 87 ◦ blue 234

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

Shades of Amethyst #A357EA

Tints of Amethyst #A357EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.98%

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

R = 33.68%
G = 17.98%
B = 48.35%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A357EA (or 0xA357EA) is known color: Amethyst. HEX triplet: A3, 57 and EA. RGB value is (163,87,234). Sum of RGB (Red+Green+Blue) = 163+87+234=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #A357EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357EA is #5CA815. Grayscale: #7D7D7D. Windows color (decimal): -6072342 or 15357859. OLE color: 15357859.

HSL color Cylindrical-coordinate representation of color #A357EA: hue angle of 271.02º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A357EA is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 87 234 -
CMYK 0.30 0.63 0 0.08
HSL 271.02º 0.78% 0.63% -
HSV(B) 271.02º 0.63% 0.92% -
XYZ 33.36 20.54 80.05 -
YUV 126.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 163 87 234 0.30 0.63 0 0.08 271.02 0.78 0.63
Hex A3 57 EA 1E 3F 0 8 10F 4E 3F
Octal 243 127 352 36 77 0 10 417 116 77
Binary 10100011 1010111 11101010 11110 111111 0 1000 100001111 1001110 111111

Color Harmonies of #A357EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357EA

Black with #A357EA

Text Example


Text Example

White with #A357EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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