Html Css Color HEX #A578D5 Amethyst

📋 copy color: '#A578D5'

red 165 ◦ green 120 ◦ blue 213

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

Shades of Amethyst #A578D5

Tints of Amethyst #A578D5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.1%

 BLUE value IS 213 (83.59% from 255) = 42.77%

R = 33.13%
G = 24.1%
B = 42.77%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A578D5 (or 0xA578D5) is known color: Amethyst. HEX triplet: A5, 78 and D5. RGB value is (165,120,213). Sum of RGB (Red+Green+Blue) = 165+120+213=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #A578D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578D5 is #5A872A. Grayscale: #8F8F8F. Windows color (decimal): -5932843 or 13990053. OLE color: 13990053.

HSL color Cylindrical-coordinate representation of color #A578D5: hue angle of 269.03º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A578D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 120 213 -
CMYK 0.23 0.44 0 0.16
HSL 269.03º 0.53% 0.65% -
HSV(B) 269.03º 0.44% 0.84% -
XYZ 34.24 26.24 66.21 -
YUV 144.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 165 120 213 0.23 0.44 0 0.16 269.03 0.53 0.65
Hex A5 78 D5 17 2C 0 10 10D 35 41
Octal 245 170 325 27 54 0 20 415 65 101
Binary 10100101 1111000 11010101 10111 101100 0 10000 100001101 110101 1000001

Color Harmonies of #A578D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578D5

Black with #A578D5

Text Example


Text Example

White with #A578D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578D5; }

 p { color: rgb(165,120,213); }

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

background-color css

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

 a { background-color: rgb(165,120,213); }

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

border-color css

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

 span { border-color: rgb(165,120,213); }

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