Html Css Color HEX #A577CC Amethyst

📋 copy color: '#A577CC'

red 165 ◦ green 119 ◦ blue 204

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

Shades of Amethyst #A577CC

Tints of Amethyst #A577CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.39%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 33.81%
G = 24.39%
B = 41.8%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A577CC (or 0xA577CC) is known color: Amethyst. HEX triplet: A5, 77 and CC. RGB value is (165,119,204). Sum of RGB (Red+Green+Blue) = 165+119+204=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A577CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CC is #5A8833. Grayscale: #8E8E8E. Windows color (decimal): -5933108 or 13399973. OLE color: 13399973.

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

Color convert

RGB 165 119 204 -
CMYK 0.19 0.42 0 0.2
HSL 272.47º 0.45% 0.63% -
HSV(B) 272.47º 0.42% 0.8% -
XYZ 33.01 25.55 60.32 -
YUV 142.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 165 119 204 0.19 0.42 0 0.2 272.47 0.45 0.63
Hex A5 77 CC 13 2A 0 14 110 2D 3F
Octal 245 167 314 23 52 0 24 420 55 77
Binary 10100101 1110111 11001100 10011 101010 0 10100 100010000 101101 111111

Color Harmonies of #A577CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577CC

Black with #A577CC

Text Example


Text Example

White with #A577CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577CC; }

 p { color: rgb(165,119,204); }

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

background-color css

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

 a { background-color: rgb(165,119,204); }

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

border-color css

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

 span { border-color: rgb(165,119,204); }

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