Html Css Color HEX #A579CF Amethyst

📋 copy color: '#A579CF'

red 165 ◦ green 121 ◦ blue 207

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

Shades of Amethyst #A579CF

Tints of Amethyst #A579CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

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

R = 33.47%
G = 24.54%
B = 41.99%

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

#A579CF (or 0xA579CF) is known color: Amethyst. HEX triplet: A5, 79 and CF. RGB value is (165,121,207). Sum of RGB (Red+Green+Blue) = 165+121+207=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A579CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579CF is #5A8630. Grayscale: #8F8F8F. Windows color (decimal): -5932593 or 13597093. OLE color: 13597093.

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

Color convert

RGB 165 121 207 -
CMYK 0.20 0.42 0 0.19
HSL 270.7º 0.47% 0.64% -
HSV(B) 270.7º 0.42% 0.81% -
XYZ 33.62 26.18 62.31 -
YUV 143.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 165 121 207 0.20 0.42 0 0.19 270.7 0.47 0.64
Hex A5 79 CF 14 2A 0 13 10F 2F 40
Octal 245 171 317 24 52 0 23 417 57 100
Binary 10100101 1111001 11001111 10100 101010 0 10011 100001111 101111 1000000

Color Harmonies of #A579CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A579CF

Black with #A579CF

Text Example


Text Example

White with #A579CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A579CF; }

 p { color: rgb(165,121,207); }

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

background-color css

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

 a { background-color: rgb(165,121,207); }

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

border-color css

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

 span { border-color: rgb(165,121,207); }

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