#A78BCA

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

Shades of Cold Purple #A78BCA

Tints of Cold Purple #A78BCA

Color information

#A78BCA (or 0xA78BCA) is unknown color: approx Cold Purple. HEX triplet: A7, 8B and CA. RGB value is (167,139,202). Sum of RGB (Red+Green+Blue) = 167+139+202=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A78BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BCA is #587435. Grayscale: #9A9A9A. Windows color (decimal): -5796918 or 13274023. OLE color: 13274023.

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

Color convert

RGB167139202-
CMYK0.170.3100.21
HSL266.67º37.28%66.86%-
HSV(B)266.67º31.19%79.22%-
XYZ35.8330.9459.96-
YUV154.55154.78136.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=32.87%
G=27.36%
B=39.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671392020.170.3100.21266.6737.2866.86
HexA78BCA111F01510b2543
Octal247213312213702541345103
Binary10100111100010111100101010001111110101011000010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BCA; }

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

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

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

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

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

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

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

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