Html Css Color HEX #A578CF Amethyst

📋 copy color: '#A578CF'

red 165 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #A578CF

Tints of Amethyst #A578CF

RGB

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

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

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

R = 33.54%
G = 24.39%
B = 42.07%

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

#A578CF (or 0xA578CF) is known color: Amethyst. HEX triplet: A5, 78 and CF. RGB value is (165,120,207). Sum of RGB (Red+Green+Blue) = 165+120+207=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A578CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578CF is #5A8730. Grayscale: #8F8F8F. Windows color (decimal): -5932849 or 13596837. OLE color: 13596837.

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

Color convert

RGB 165 120 207 -
CMYK 0.20 0.42 0 0.19
HSL 271.03º 0.48% 0.64% -
HSV(B) 271.03º 0.42% 0.81% -
XYZ 33.5 25.94 62.27 -
YUV 143.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 165 120 207 0.20 0.42 0 0.19 271.03 0.48 0.64
Hex A5 78 CF 14 2A 0 13 10F 30 40
Octal 245 170 317 24 52 0 23 417 60 100
Binary 10100101 1111000 11001111 10100 101010 0 10011 100001111 110000 1000000

Color Harmonies of #A578CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578CF

Black with #A578CF

Text Example


Text Example

White with #A578CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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