Html Css Color HEX #A359E6 Amethyst

📋 copy color: '#A359E6'

red 163 ◦ green 89 ◦ blue 230

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

Shades of Amethyst #A359E6

Tints of Amethyst #A359E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 33.82%
G = 18.46%
B = 47.72%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A359E6 (or 0xA359E6) is known color: Amethyst. HEX triplet: A3, 59 and E6. RGB value is (163,89,230). Sum of RGB (Red+Green+Blue) = 163+89+230=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #A359E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359E6 is #5CA619. Grayscale: #7E7E7E. Windows color (decimal): -6071834 or 15096227. OLE color: 15096227.

HSL color Cylindrical-coordinate representation of color #A359E6: hue angle of 271.49º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A359E6 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 89 230 -
CMYK 0.29 0.61 0 0.10
HSL 271.49º 0.74% 0.63% -
HSV(B) 271.49º 0.61% 0.9% -
XYZ 32.96 20.64 77.11 -
YUV 127.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 163 89 230 0.29 0.61 0 0.10 271.49 0.74 0.63
Hex A3 59 E6 1D 3D 0 A 10F 4A 3F
Octal 243 131 346 35 75 0 12 417 112 77
Binary 10100011 1011001 11100110 11101 111101 0 1010 100001111 1001010 111111

Color Harmonies of #A359E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359E6

Black with #A359E6

Text Example


Text Example

White with #A359E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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