#A78FD3

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

Shades of Biloba Flower #A78FD3

Tints of Biloba Flower #A78FD3

Color information

#A78FD3 (or 0xA78FD3) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and D3. RGB value is (167,143,211). Sum of RGB (Red+Green+Blue) = 167+143+211=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #A78FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FD3 is #58702C. Grayscale: #9D9D9D. Windows color (decimal): -5795885 or 13864871. OLE color: 13864871.

HSL color Cylindrical-coordinate representation of color #A78FD3: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A78FD3 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167143211-
CMYK0.210.3200.17
HSL261.18º43.59%69.41%-
HSV(B)261.18º32.23%82.75%-
XYZ37.5232.5665.94-
YUV157.93157.95134.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 211 (82.81% from 255) = 40.50%
R=32.05%
G=27.45%
B=40.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671432110.210.3200.17261.1843.5969.41
HexA78FD315200111052c45
Octal247217323254002140554105
Binary101001111000111111010011101011000000100011000001011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FD3; }

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

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

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

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

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

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

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

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