Html Css Color HEX #A577CD Amethyst

📋 copy color: '#A577CD'

red 165 ◦ green 119 ◦ blue 205

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

Shades of Amethyst #A577CD

Tints of Amethyst #A577CD

RGB

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

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

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

R = 33.74%
G = 24.34%
B = 41.92%

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

#A577CD (or 0xA577CD) is known color: Amethyst. HEX triplet: A5, 77 and CD. RGB value is (165,119,205). Sum of RGB (Red+Green+Blue) = 165+119+205=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A577CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CD is #5A8832. Grayscale: #8E8E8E. Windows color (decimal): -5933107 or 13465509. OLE color: 13465509.

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

Color convert

RGB 165 119 205 -
CMYK 0.20 0.42 0 0.20
HSL 272.09º 0.46% 0.64% -
HSV(B) 272.09º 0.42% 0.8% -
XYZ 33.13 25.6 60.95 -
YUV 142.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 165 119 205 0.20 0.42 0 0.20 272.09 0.46 0.64
Hex A5 77 CD 14 2A 0 14 110 2E 40
Octal 245 167 315 24 52 0 24 420 56 100
Binary 10100101 1110111 11001101 10100 101010 0 10100 100010000 101110 1000000

Color Harmonies of #A577CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577CD

Black with #A577CD

Text Example


Text Example

White with #A577CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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