Html Css Color HEX #A576C8 Amethyst

📋 copy color: '#A576C8'

red 165 ◦ green 118 ◦ blue 200

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

Shades of Amethyst #A576C8

Tints of Amethyst #A576C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 34.16%
G = 24.43%
B = 41.41%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A576C8 (or 0xA576C8) is known color: Amethyst. HEX triplet: A5, 76 and C8. RGB value is (165,118,200). Sum of RGB (Red+Green+Blue) = 165+118+200=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #A576C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576C8 is #5A8937. Grayscale: #8D8D8D. Windows color (decimal): -5933368 or 13137573. OLE color: 13137573.

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

Color convert

RGB 165 118 200 -
CMYK 0.18 0.41 0 0.22
HSL 274.39º 0.43% 0.62% -
HSV(B) 274.39º 0.41% 0.78% -
XYZ 32.42 25.13 57.78 -
YUV 141.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 165 118 200 0.18 0.41 0 0.22 274.39 0.43 0.62
Hex A5 76 C8 12 29 0 16 112 2B 3E
Octal 245 166 310 22 51 0 26 422 53 76
Binary 10100101 1110110 11001000 10010 101001 0 10110 100010010 101011 111110

Color Harmonies of #A576C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576C8

Black with #A576C8

Text Example


Text Example

White with #A576C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576C8; }

 p { color: rgb(165,118,200); }

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

background-color css

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

 a { background-color: rgb(165,118,200); }

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

border-color css

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

 span { border-color: rgb(165,118,200); }

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