Html Css Color HEX #A359E4 Amethyst

📋 copy color: '#A359E4'

red 163 ◦ green 89 ◦ blue 228

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

Shades of Amethyst #A359E4

Tints of Amethyst #A359E4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.54%

 BLUE value IS 228 (89.45% from 255) = 47.5%

R = 33.96%
G = 18.54%
B = 47.5%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A359E4 (or 0xA359E4) is known color: Amethyst. HEX triplet: A3, 59 and E4. RGB value is (163,89,228). Sum of RGB (Red+Green+Blue) = 163+89+228=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #A359E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359E4 is #5CA61B. Grayscale: #7E7E7E. Windows color (decimal): -6071836 or 14965155. OLE color: 14965155.

HSL color Cylindrical-coordinate representation of color #A359E4: hue angle of 271.94º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A359E4 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 89 228 -
CMYK 0.29 0.61 0 0.11
HSL 271.94º 0.72% 0.62% -
HSV(B) 271.94º 0.61% 0.89% -
XYZ 32.68 20.53 75.64 -
YUV 126.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 163 89 228 0.29 0.61 0 0.11 271.94 0.72 0.62
Hex A3 59 E4 1D 3D 0 B 110 48 3E
Octal 243 131 344 35 75 0 13 420 110 76
Binary 10100011 1011001 11100100 11101 111101 0 1011 100010000 1001000 111110

Color Harmonies of #A359E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359E4

Black with #A359E4

Text Example


Text Example

White with #A359E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359E4; }

 p { color: rgb(163,89,228); }

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

background-color css

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

 a { background-color: rgb(163,89,228); }

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

border-color css

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

 span { border-color: rgb(163,89,228); }

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