Html Css Color HEX #A356E8 Amethyst

📋 copy color: '#A356E8'

red 163 ◦ green 86 ◦ blue 232

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

Shades of Amethyst #A356E8

Tints of Amethyst #A356E8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.88%

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 33.89%
G = 17.88%
B = 48.23%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A356E8 (or 0xA356E8) is known color: Amethyst. HEX triplet: A3, 56 and E8. RGB value is (163,86,232). Sum of RGB (Red+Green+Blue) = 163+86+232=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #A356E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356E8 is #5CA917. Grayscale: #7D7D7D. Windows color (decimal): -6072600 or 15226531. OLE color: 15226531.

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

Color convert

RGB 163 86 232 -
CMYK 0.30 0.63 0 0.09
HSL 271.64º 0.76% 0.62% -
HSV(B) 271.64º 0.63% 0.91% -
XYZ 33 20.27 78.52 -
YUV 125.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 163 86 232 0.30 0.63 0 0.09 271.64 0.76 0.62
Hex A3 56 E8 1E 3F 0 9 110 4C 3E
Octal 243 126 350 36 77 0 11 420 114 76
Binary 10100011 1010110 11101000 11110 111111 0 1001 100010000 1001100 111110

Color Harmonies of #A356E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356E8

Black with #A356E8

Text Example


Text Example

White with #A356E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356E8; }

 p { color: rgb(163,86,232); }

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

background-color css

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

 a { background-color: rgb(163,86,232); }

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

border-color css

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

 span { border-color: rgb(163,86,232); }

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