Html Css Color HEX #A577CA Amethyst

📋 copy color: '#A577CA'

red 165 ◦ green 119 ◦ blue 202

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

Shades of Amethyst #A577CA

Tints of Amethyst #A577CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 33.95%
G = 24.49%
B = 41.56%

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

#A577CA (or 0xA577CA) is known color: Amethyst. HEX triplet: A5, 77 and CA. RGB value is (165,119,202). Sum of RGB (Red+Green+Blue) = 165+119+202=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #A577CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CA is #5A8835. Grayscale: #8D8D8D. Windows color (decimal): -5933110 or 13268901. OLE color: 13268901.

HSL color Cylindrical-coordinate representation of color #A577CA: hue angle of 273.25º degrees, saturation: 0.44, 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 #A577CA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 119 202 -
CMYK 0.18 0.41 0 0.21
HSL 273.25º 0.44% 0.63% -
HSV(B) 273.25º 0.41% 0.79% -
XYZ 32.77 25.46 59.06 -
YUV 142.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 165 119 202 0.18 0.41 0 0.21 273.25 0.44 0.63
Hex A5 77 CA 12 29 0 15 111 2C 3F
Octal 245 167 312 22 51 0 25 421 54 77
Binary 10100101 1110111 11001010 10010 101001 0 10101 100010001 101100 111111

Color Harmonies of #A577CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577CA

Black with #A577CA

Text Example


Text Example

White with #A577CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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