#A78DC6

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

Shades of Cold Purple #A78DC6

Tints of Cold Purple #A78DC6

Color information

#A78DC6 (or 0xA78DC6) is unknown color: approx Cold Purple. HEX triplet: A7, 8D and C6. RGB value is (167,141,198). Sum of RGB (Red+Green+Blue) = 167+141+198=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #A78DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DC6 is #587239. Grayscale: #9B9B9B. Windows color (decimal): -5796410 or 13012391. OLE color: 13012391.

HSL color Cylindrical-coordinate representation of color #A78DC6: hue angle of 267.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78DC6 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167141198-
CMYK0.160.2900.22
HSL267.37º33.33%66.47%-
HSV(B)267.37º28.79%77.65%-
XYZ35.6531.3457.6-
YUV155.27152.11136.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=33.00%
G=27.87%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671411980.160.2900.22267.3733.3366.47
HexA78DC6101D01610b2142
Octal247215306203502641341102
Binary10100111100011011100011010000111010101101000010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DC6; }

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

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

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

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

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

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

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

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