#A77ED4

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

Shades of Cold Purple #A77ED4

Tints of Cold Purple #A77ED4

Color information

#A77ED4 (or 0xA77ED4) is unknown color: approx Cold Purple. HEX triplet: A7, 7E and D4. RGB value is (167,126,212). Sum of RGB (Red+Green+Blue) = 167+126+212=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #A77ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ED4 is #58812B. Grayscale: #939393. Windows color (decimal): -5800236 or 13926055. OLE color: 13926055.

HSL color Cylindrical-coordinate representation of color #A77ED4: hue angle of 268.6º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77ED4 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167126212-
CMYK0.210.4100.17
HSL268.6º50%66.27%-
HSV(B)268.6º40.57%83.14%-
XYZ35.2827.8965.81-
YUV148.06164.08141.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=33.07%
G=24.95%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671262120.210.4100.17268.65066.27
HexA77ED4152901110d3242
Octal247176324255102141562102
Binary10100111111111011010100101011010010100011000011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77ED4; }

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

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

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

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

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

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

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

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