#A78FDE

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

Shades of Biloba Flower #A78FDE

Tints of Biloba Flower #A78FDE

Color information

#A78FDE (or 0xA78FDE) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and DE. RGB value is (167,143,222). Sum of RGB (Red+Green+Blue) = 167+143+222=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A78FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FDE is #587021. Grayscale: #9E9E9E. Windows color (decimal): -5795874 or 14585767. OLE color: 14585767.

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

Color convert

RGB167143222-
CMYK0.250.3600.13
HSL258.23º54.48%71.57%-
HSV(B)258.23º35.59%87.06%-
XYZ38.9433.1373.45-
YUV159.18163.45133.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=31.39%
G=26.88%
B=41.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671432220.250.3600.13258.2354.4871.57
HexA78FDE19240D1023648
Octal247217336314401540266110
Binary10100111100011111101111011001100100011011000000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FDE; }

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

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

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

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

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

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

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

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