#A777DC

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

Shades of Medium Purple #A777DC

Tints of Medium Purple #A777DC

Color information

#A777DC (or 0xA777DC) is unknown color: approx Medium Purple. HEX triplet: A7, 77 and DC. RGB value is (167,119,220). Sum of RGB (Red+Green+Blue) = 167+119+220=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A777DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777DC is #588823. Grayscale: #909090. Windows color (decimal): -5802020 or 14448551. OLE color: 14448551.

HSL color Cylindrical-coordinate representation of color #A777DC: hue angle of 268.51º 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 #A777DC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167119220-
CMYK0.240.4600.14
HSL268.51º59.06%66.47%-
HSV(B)268.51º45.91%86.27%-
XYZ35.4526.5870.97-
YUV144.87170.4143.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=33.00%
G=23.52%
B=43.48%

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
Decimal1671192200.240.4600.14268.5159.0666.47
HexA777DC182E0E10d3b42
Octal247167334305601641573102
Binary1010011111101111101110011000101110011101000011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777DC; }

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

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

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

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

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

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

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

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