#A78EC5

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

Shades of Cold Purple #A78EC5

Tints of Cold Purple #A78EC5

Color information

#A78EC5 (or 0xA78EC5) is unknown color: approx Cold Purple. HEX triplet: A7, 8E and C5. RGB value is (167,142,197). Sum of RGB (Red+Green+Blue) = 167+142+197=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #A78EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78EC5 is #58713A. Grayscale: #9B9B9B. Windows color (decimal): -5796155 or 12947111. OLE color: 12947111.

HSL color Cylindrical-coordinate representation of color #A78EC5: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A78EC5 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167142197-
CMYK0.150.2800.23
HSL267.27º32.16%66.47%-
HSV(B)267.27º27.92%77.25%-
XYZ35.6931.5957.04-
YUV155.74151.28136.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=33.00%
G=28.06%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671421970.150.2800.23267.2732.1666.47
HexA78EC5F1C01710b2042
Octal247216305173402741340102
Binary1010011110001110110001011111111000101111000010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78EC5; }

 p { color: rgb(167,142,197); }

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

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

 a { background-color: rgb(167,142,197); }

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

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

 span { border-color: rgb(167,142,197); }

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