#A78DDF

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

Shades of Biloba Flower #A78DDF

Tints of Biloba Flower #A78DDF

Color information

#A78DDF (or 0xA78DDF) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and DF. RGB value is (167,141,223). Sum of RGB (Red+Green+Blue) = 167+141+223=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A78DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DDF is #587220. Grayscale: #9D9D9D. Windows color (decimal): -5796385 or 14650791. OLE color: 14650791.

HSL color Cylindrical-coordinate representation of color #A78DDF: hue angle of 259.02º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78DDF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167141223-
CMYK0.250.3700.13
HSL259.02º56.16%71.37%-
HSV(B)259.02º36.77%87.45%-
XYZ38.7832.5974.06-
YUV158.12164.61134.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=31.45%
G=26.55%
B=42.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671412230.250.3700.13259.0256.1671.37
HexA78DDF19250D1033847
Octal247215337314501540370107
Binary10100111100011011101111111001100101011011000000111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DDF; }

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

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

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

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

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

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

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

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