#A77FCF

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

Shades of Cold Purple #A77FCF

Tints of Cold Purple #A77FCF

Color information

#A77FCF (or 0xA77FCF) is unknown color: approx Cold Purple. HEX triplet: A7, 7F and CF. RGB value is (167,127,207). Sum of RGB (Red+Green+Blue) = 167+127+207=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A77FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FCF is #588030. Grayscale: #939393. Windows color (decimal): -5799985 or 13598631. OLE color: 13598631.

HSL color Cylindrical-coordinate representation of color #A77FCF: hue angle of 270º degrees, saturation: 0.45, 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 #A77FCF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167127207-
CMYK0.190.3900.19
HSL270º45.45%65.49%-
HSV(B)270º38.65%81.18%-
XYZ34.7927.962.58-
YUV148.08161.25141.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=33.33%
G=25.35%
B=41.32%

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
Decimal1671272070.190.3900.1927045.4565.49
HexA77FCF132701310e2d41
Octal247177317234702341655101
Binary10100111111111111001111100111001110100111000011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FCF; }

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

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

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

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

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

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

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

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