#A877DC

Color #A877DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A877DC

Tints of Medium Purple #A877DC

Color information

#A877DC (or 0xA877DC) is unknown color: approx Medium Purple. HEX triplet: A8, 77 and DC. RGB value is (168,119,220). Sum of RGB (Red+Green+Blue) = 168+119+220=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A877DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877DC is #578823. Grayscale: #909090. Windows color (decimal): -5736484 or 14448552. OLE color: 14448552.

HSL color Cylindrical-coordinate representation of color #A877DC: hue angle of 269.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A877DC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168119220-
CMYK0.240.4600.14
HSL269.11º59.06%66.47%-
HSV(B)269.11º45.91%86.27%-
XYZ35.6626.6970.98-
YUV145.16170.23144.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=33.14%
G=23.47%
B=43.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681192200.240.4600.14269.1159.0666.47
HexA877DC182E0E10d3b42
Octal250167334305601641573102
Binary1010100011101111101110011000101110011101000011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877DC; }

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

 H1.HeaderClassName
 {
   color: #A877DC;
 }
 .AnyTagClassName
 {
   color: #A877DC;
 }
</style>
background-color css

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

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

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

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

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

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