Html Css Color HEX #A476C9 Amethyst

📋 copy color: '#A476C9'

red 164 ◦ green 118 ◦ blue 201

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

Shades of Amethyst #A476C9

Tints of Amethyst #A476C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 33.95%
G = 24.43%
B = 41.61%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A476C9 (or 0xA476C9) is known color: Amethyst. HEX triplet: A4, 76 and C9. RGB value is (164,118,201). Sum of RGB (Red+Green+Blue) = 164+118+201=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #A476C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476C9 is #5B8936. Grayscale: #8C8C8C. Windows color (decimal): -5998903 or 13203108. OLE color: 13203108.

HSL color Cylindrical-coordinate representation of color #A476C9: hue angle of 273.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A476C9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 118 201 -
CMYK 0.18 0.41 0 0.21
HSL 273.25º 0.43% 0.63% -
HSV(B) 273.25º 0.41% 0.79% -
XYZ 32.33 25.07 58.39 -
YUV 141.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 164 118 201 0.18 0.41 0 0.21 273.25 0.43 0.63
Hex A4 76 C9 12 29 0 15 111 2B 3F
Octal 244 166 311 22 51 0 25 421 53 77
Binary 10100100 1110110 11001001 10010 101001 0 10101 100010001 101011 111111

Color Harmonies of #A476C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476C9

Black with #A476C9

Text Example


Text Example

White with #A476C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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