#A78ACF

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

Shades of Biloba Flower #A78ACF

Tints of Biloba Flower #A78ACF

Color information

#A78ACF (or 0xA78ACF) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and CF. RGB value is (167,138,207). Sum of RGB (Red+Green+Blue) = 167+138+207=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ACF is #587530. Grayscale: #9A9A9A. Windows color (decimal): -5797169 or 13601447. OLE color: 13601447.

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

Color convert

RGB167138207-
CMYK0.190.3300.19
HSL265.22º41.82%67.65%-
HSV(B)265.22º33.33%81.18%-
XYZ36.2930.963.08-
YUV154.54157.61136.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=32.62%
G=26.95%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671382070.190.3300.19265.2241.8267.65
HexA78ACF13210131092a44
Octal247212317234102341152104
Binary101001111000101011001111100111000010100111000010011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ACF; }

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

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

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

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

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

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

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

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