Html Css Color HEX #A878CA Amethyst

📋 copy color: '#A878CA'

red 168 ◦ green 120 ◦ blue 202

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

Shades of Amethyst #A878CA

Tints of Amethyst #A878CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.49%

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

R = 34.29%
G = 24.49%
B = 41.22%

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

#A878CA (or 0xA878CA) is known color: Amethyst. HEX triplet: A8, 78 and CA. RGB value is (168,120,202). Sum of RGB (Red+Green+Blue) = 168+120+202=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #A878CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878CA is #578735. Grayscale: #8F8F8F. Windows color (decimal): -5736246 or 13269160. OLE color: 13269160.

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

Color convert

RGB 168 120 202 -
CMYK 0.17 0.41 0 0.21
HSL 275.12º 0.44% 0.63% -
HSV(B) 275.12º 0.41% 0.79% -
XYZ 33.53 26.02 59.13 -
YUV 143.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 168 120 202 0.17 0.41 0 0.21 275.12 0.44 0.63
Hex A8 78 CA 11 29 0 15 113 2C 3F
Octal 250 170 312 21 51 0 25 423 54 77
Binary 10101000 1111000 11001010 10001 101001 0 10101 100010011 101100 111111

Color Harmonies of #A878CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878CA

Black with #A878CA

Text Example


Text Example

White with #A878CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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