Html Css Color HEX #A576CD Amethyst

📋 copy color: '#A576CD'

red 165 ◦ green 118 ◦ blue 205

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

Shades of Amethyst #A576CD

Tints of Amethyst #A576CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 33.81%
G = 24.18%
B = 42.01%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A576CD (or 0xA576CD) is known color: Amethyst. HEX triplet: A5, 76 and CD. RGB value is (165,118,205). Sum of RGB (Red+Green+Blue) = 165+118+205=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #A576CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576CD is #5A8932. Grayscale: #8D8D8D. Windows color (decimal): -5933363 or 13465253. OLE color: 13465253.

HSL color Cylindrical-coordinate representation of color #A576CD: hue angle of 272.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A576CD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 118 205 -
CMYK 0.20 0.42 0 0.20
HSL 272.41º 0.47% 0.63% -
HSV(B) 272.41º 0.42% 0.8% -
XYZ 33.01 25.36 60.91 -
YUV 141.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 165 118 205 0.20 0.42 0 0.20 272.41 0.47 0.63
Hex A5 76 CD 14 2A 0 14 110 2F 3F
Octal 245 166 315 24 52 0 24 420 57 77
Binary 10100101 1110110 11001101 10100 101010 0 10100 100010000 101111 111111

Color Harmonies of #A576CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576CD

Black with #A576CD

Text Example


Text Example

White with #A576CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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