Html Css Color HEX #A877CA Amethyst

📋 copy color: '#A877CA'

red 168 ◦ green 119 ◦ blue 202

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

Shades of Amethyst #A877CA

Tints of Amethyst #A877CA

RGB

 RED value IS 168 (66.02% from 255) = 34.36%

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

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

R = 34.36%
G = 24.34%
B = 41.31%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A877CA (or 0xA877CA) is known color: Amethyst. HEX triplet: A8, 77 and CA. RGB value is (168,119,202). Sum of RGB (Red+Green+Blue) = 168+119+202=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A877CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877CA is #578835. Grayscale: #8E8E8E. Windows color (decimal): -5736502 or 13268904. OLE color: 13268904.

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

Color convert

RGB 168 119 202 -
CMYK 0.17 0.41 0 0.21
HSL 275.42º 0.44% 0.63% -
HSV(B) 275.42º 0.41% 0.79% -
XYZ 33.41 25.78 59.09 -
YUV 143.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 168 119 202 0.17 0.41 0 0.21 275.42 0.44 0.63
Hex A8 77 CA 11 29 0 15 113 2C 3F
Octal 250 167 312 21 51 0 25 423 54 77
Binary 10101000 1110111 11001010 10001 101001 0 10101 100010011 101100 111111

Color Harmonies of #A877CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A877CA

Black with #A877CA

Text Example


Text Example

White with #A877CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A877CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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