#A78DCF

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

Shades of Biloba Flower #A78DCF

Tints of Biloba Flower #A78DCF

Color information

#A78DCF (or 0xA78DCF) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and CF. RGB value is (167,141,207). Sum of RGB (Red+Green+Blue) = 167+141+207=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCF is #587230. Grayscale: #9C9C9C. Windows color (decimal): -5796401 or 13602215. OLE color: 13602215.

HSL color Cylindrical-coordinate representation of color #A78DCF: hue angle of 263.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A78DCF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167141207-
CMYK0.190.3200.19
HSL263.64º40.74%68.24%-
HSV(B)263.64º31.88%81.18%-
XYZ36.7231.7763.23-
YUV156.3156.61135.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=32.43%
G=27.38%
B=40.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671412070.190.3200.19263.6440.7468.24
HexA78DCF13200131082944
Octal247215317234002341051104
Binary101001111000110111001111100111000000100111000010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DCF; }

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

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

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

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

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

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

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

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