#A78FCA

Color #A78FCA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A78FCA

Tints of Biloba Flower #A78FCA

Color information

#A78FCA (or 0xA78FCA) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and CA. RGB value is (167,143,202). Sum of RGB (Red+Green+Blue) = 167+143+202=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A78FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FCA is #587035. Grayscale: #9C9C9C. Windows color (decimal): -5795894 or 13275047. OLE color: 13275047.

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

Color convert

RGB167143202-
CMYK0.170.2900.21
HSL264.41º35.76%67.65%-
HSV(B)264.41º29.21%79.22%-
XYZ36.4232.1260.16-
YUV156.9153.45135.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=32.62%
G=27.93%
B=39.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671432020.170.2900.21264.4135.7667.65
HexA78FCA111D0151082444
Octal247217312213502541044104
Binary10100111100011111100101010001111010101011000010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FCA; }

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

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

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

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

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

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

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

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