Html Css Color HEX #A476CF Amethyst

📋 copy color: '#A476CF'

red 164 ◦ green 118 ◦ blue 207

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

Shades of Amethyst #A476CF

Tints of Amethyst #A476CF

RGB

 RED value IS 164 (64.45% from 255) = 33.54%

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

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

R = 33.54%
G = 24.13%
B = 42.33%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A476CF (or 0xA476CF) is known color: Amethyst. HEX triplet: A4, 76 and CF. RGB value is (164,118,207). Sum of RGB (Red+Green+Blue) = 164+118+207=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A476CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476CF is #5B8930. Grayscale: #8D8D8D. Windows color (decimal): -5998897 or 13596324. OLE color: 13596324.

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

Color convert

RGB 164 118 207 -
CMYK 0.21 0.43 0 0.19
HSL 271.01º 0.48% 0.64% -
HSV(B) 271.01º 0.43% 0.81% -
XYZ 33.05 25.35 62.18 -
YUV 141.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 164 118 207 0.21 0.43 0 0.19 271.01 0.48 0.64
Hex A4 76 CF 15 2B 0 13 10F 30 40
Octal 244 166 317 25 53 0 23 417 60 100
Binary 10100100 1110110 11001111 10101 101011 0 10011 100001111 110000 1000000

Color Harmonies of #A476CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476CF

Black with #A476CF

Text Example


Text Example

White with #A476CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476CF; }

 p { color: rgb(164,118,207); }

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

background-color css

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

 a { background-color: rgb(164,118,207); }

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

border-color css

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

 span { border-color: rgb(164,118,207); }

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