Html Css Color HEX #A578CE Amethyst

📋 copy color: '#A578CE'

red 165 ◦ green 120 ◦ blue 206

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

Shades of Amethyst #A578CE

Tints of Amethyst #A578CE

RGB

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

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

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

R = 33.6%
G = 24.44%
B = 41.96%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A578CE (or 0xA578CE) is known color: Amethyst. HEX triplet: A5, 78 and CE. RGB value is (165,120,206). Sum of RGB (Red+Green+Blue) = 165+120+206=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #A578CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578CE is #5A8731. Grayscale: #8E8E8E. Windows color (decimal): -5932850 or 13531301. OLE color: 13531301.

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

Color convert

RGB 165 120 206 -
CMYK 0.20 0.42 0 0.19
HSL 271.4º 0.47% 0.64% -
HSV(B) 271.4º 0.42% 0.81% -
XYZ 33.37 25.89 61.63 -
YUV 143.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 165 120 206 0.20 0.42 0 0.19 271.4 0.47 0.64
Hex A5 78 CE 14 2A 0 13 10F 2F 40
Octal 245 170 316 24 52 0 23 417 57 100
Binary 10100101 1111000 11001110 10100 101010 0 10011 100001111 101111 1000000

Color Harmonies of #A578CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578CE

Black with #A578CE

Text Example


Text Example

White with #A578CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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