Html Css Color HEX #A355ED Amethyst

📋 copy color: '#A355ED'

red 163 ◦ green 85 ◦ blue 237

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

Shades of Amethyst #A355ED

Tints of Amethyst #A355ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.53%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 33.61%
G = 17.53%
B = 48.87%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A355ED (or 0xA355ED) is known color: Amethyst. HEX triplet: A3, 55 and ED. RGB value is (163,85,237). Sum of RGB (Red+Green+Blue) = 163+85+237=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A355ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355ED is #5CAA12. Grayscale: #7D7D7D. Windows color (decimal): -6072851 or 15553955. OLE color: 15553955.

HSL color Cylindrical-coordinate representation of color #A355ED: hue angle of 270.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A355ED is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 85 237 -
CMYK 0.31 0.64 0 0.07
HSL 270.79º 0.81% 0.63% -
HSV(B) 270.79º 0.64% 0.93% -
XYZ 33.64 20.4 82.29 -
YUV 125.65 190.84 154.64 -
System Red Green Blue C M Y K H S L
Decimal 163 85 237 0.31 0.64 0 0.07 270.79 0.81 0.63
Hex A3 55 ED 1F 40 0 7 10F 51 3F
Octal 243 125 355 37 100 0 7 417 121 77
Binary 10100011 1010101 11101101 11111 1000000 0 111 100001111 1010001 111111

Color Harmonies of #A355ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355ED

Black with #A355ED

Text Example


Text Example

White with #A355ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355ED; }

 p { color: rgb(163,85,237); }

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

background-color css

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

 a { background-color: rgb(163,85,237); }

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

border-color css

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

 span { border-color: rgb(163,85,237); }

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