#A77ECF

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

Shades of Cold Purple #A77ECF

Tints of Cold Purple #A77ECF

Color information

#A77ECF (or 0xA77ECF) is unknown color: approx Cold Purple. HEX triplet: A7, 7E and CF. RGB value is (167,126,207). Sum of RGB (Red+Green+Blue) = 167+126+207=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A77ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ECF is #588130. Grayscale: #939393. Windows color (decimal): -5800241 or 13598375. OLE color: 13598375.

HSL color Cylindrical-coordinate representation of color #A77ECF: hue angle of 270.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77ECF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167126207-
CMYK0.190.3900.19
HSL270.37º45.76%65.29%-
HSV(B)270.37º39.13%81.18%-
XYZ34.6627.6462.54-
YUV147.49161.58141.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=33.4%
G=25.2%
B=41.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671262070.190.3900.19270.3745.7665.29
HexA77ECF132701310e2e41
Octal247176317234702341656101
Binary10100111111111011001111100111001110100111000011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77ECF; }

 p { color: rgb(167,126,207); }

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

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

 a { background-color: rgb(167,126,207); }

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

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

 span { border-color: rgb(167,126,207); }

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