Html Css Color HEX #A559CE Amethyst

📋 copy color: '#A559CE'

red 165 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #A559CE

Tints of Amethyst #A559CE

RGB

 RED value IS 165 (64.84% from 255) = 35.87%

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 35.87%
G = 19.35%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A559CE (or 0xA559CE) is known color: Amethyst. HEX triplet: A5, 59 and CE. RGB value is (165,89,206). Sum of RGB (Red+Green+Blue) = 165+89+206=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A559CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559CE is #5AA631. Grayscale: #7C7C7C. Windows color (decimal): -5940786 or 13523365. OLE color: 13523365.

HSL color Cylindrical-coordinate representation of color #A559CE: hue angle of 278.97º degrees, saturation: 0.54, 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 #A559CE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 89 206 -
CMYK 0.20 0.57 0 0.19
HSL 278.97º 0.54% 0.58% -
HSV(B) 278.97º 0.57% 0.81% -
XYZ 30.23 19.6 60.58 -
YUV 125.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 165 89 206 0.20 0.57 0 0.19 278.97 0.54 0.58
Hex A5 59 CE 14 39 0 13 117 36 3A
Octal 245 131 316 24 71 0 23 427 66 72
Binary 10100101 1011001 11001110 10100 111001 0 10011 100010111 110110 111010

Color Harmonies of #A559CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559CE

Black with #A559CE

Text Example


Text Example

White with #A559CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559CE; }

 p { color: rgb(165,89,206); }

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

background-color css

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

 a { background-color: rgb(165,89,206); }

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

border-color css

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

 span { border-color: rgb(165,89,206); }

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