Html Css Color HEX #A576CE Amethyst

📋 copy color: '#A576CE'

red 165 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #A576CE

Tints of Amethyst #A576CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.13%

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

R = 33.74%
G = 24.13%
B = 42.13%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A576CE (or 0xA576CE) is known color: Amethyst. HEX triplet: A5, 76 and CE. RGB value is (165,118,206). Sum of RGB (Red+Green+Blue) = 165+118+206=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A576CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576CE is #5A8931. Grayscale: #8D8D8D. Windows color (decimal): -5933362 or 13530789. OLE color: 13530789.

HSL color Cylindrical-coordinate representation of color #A576CE: hue angle of 272.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A576CE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 118 206 -
CMYK 0.20 0.43 0 0.19
HSL 272.05º 0.47% 0.64% -
HSV(B) 272.05º 0.43% 0.81% -
XYZ 33.14 25.41 61.55 -
YUV 142.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 165 118 206 0.20 0.43 0 0.19 272.05 0.47 0.64
Hex A5 76 CE 14 2B 0 13 110 2F 40
Octal 245 166 316 24 53 0 23 420 57 100
Binary 10100101 1110110 11001110 10100 101011 0 10011 100010000 101111 1000000

Color Harmonies of #A576CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576CE

Black with #A576CE

Text Example


Text Example

White with #A576CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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