Html Css Color HEX #A355E9 Amethyst

📋 copy color: '#A355E9'

red 163 ◦ green 85 ◦ blue 233

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

Shades of Amethyst #A355E9

Tints of Amethyst #A355E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 33.89%
G = 17.67%
B = 48.44%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A355E9 (or 0xA355E9) is known color: Amethyst. HEX triplet: A3, 55 and E9. RGB value is (163,85,233). Sum of RGB (Red+Green+Blue) = 163+85+233=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #A355E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355E9 is #5CAA16. Grayscale: #7C7C7C. Windows color (decimal): -6072855 or 15291811. OLE color: 15291811.

HSL color Cylindrical-coordinate representation of color #A355E9: hue angle of 271.62º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A355E9 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 85 233 -
CMYK 0.30 0.64 0 0.09
HSL 271.62º 0.77% 0.62% -
HSV(B) 271.62º 0.64% 0.91% -
XYZ 33.06 20.17 79.24 -
YUV 125.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 163 85 233 0.30 0.64 0 0.09 271.62 0.77 0.62
Hex A3 55 E9 1E 40 0 9 110 4D 3E
Octal 243 125 351 36 100 0 11 420 115 76
Binary 10100011 1010101 11101001 11110 1000000 0 1001 100010000 1001101 111110

Color Harmonies of #A355E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355E9

Black with #A355E9

Text Example


Text Example

White with #A355E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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