Html Css Color HEX #A359CF Amethyst

📋 copy color: '#A359CF'

red 163 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #A359CF

Tints of Amethyst #A359CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 35.51%
G = 19.39%
B = 45.1%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A359CF (or 0xA359CF) is known color: Amethyst. HEX triplet: A3, 59 and CF. RGB value is (163,89,207). Sum of RGB (Red+Green+Blue) = 163+89+207=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A359CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359CF is #5CA630. Grayscale: #7C7C7C. Windows color (decimal): -6071857 or 13588899. OLE color: 13588899.

HSL color Cylindrical-coordinate representation of color #A359CF: hue angle of 277.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A359CF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 89 207 -
CMYK 0.21 0.57 0 0.19
HSL 277.63º 0.55% 0.58% -
HSV(B) 277.63º 0.57% 0.81% -
XYZ 29.94 19.44 61.21 -
YUV 124.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 163 89 207 0.21 0.57 0 0.19 277.63 0.55 0.58
Hex A3 59 CF 15 39 0 13 116 37 3A
Octal 243 131 317 25 71 0 23 426 67 72
Binary 10100011 1011001 11001111 10101 111001 0 10011 100010110 110111 111010

Color Harmonies of #A359CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359CF

Black with #A359CF

Text Example


Text Example

White with #A359CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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