#A78DCA

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

Shades of Cold Purple #A78DCA

Tints of Cold Purple #A78DCA

Color information

#A78DCA (or 0xA78DCA) is unknown color: approx Cold Purple. HEX triplet: A7, 8D and CA. RGB value is (167,141,202). Sum of RGB (Red+Green+Blue) = 167+141+202=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #A78DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCA is #587235. Grayscale: #9B9B9B. Windows color (decimal): -5796406 or 13274535. OLE color: 13274535.

HSL color Cylindrical-coordinate representation of color #A78DCA: hue angle of 265.57º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A78DCA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167141202-
CMYK0.170.3000.21
HSL265.57º36.53%67.25%-
HSV(B)265.57º30.2%79.22%-
XYZ36.1231.5360.06-
YUV155.73154.11136.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=32.75%
G=27.65%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671412020.170.3000.21265.5736.5367.25
HexA78DCA111E01510a2543
Octal247215312213602541245103
Binary10100111100011011100101010001111100101011000010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DCA; }

 p { color: rgb(167,141,202); }

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

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

 a { background-color: rgb(167,141,202); }

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

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

 span { border-color: rgb(167,141,202); }

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