#A894D7

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

Shades of Biloba Flower #A894D7

Tints of Biloba Flower #A894D7

Color information

#A894D7 (or 0xA894D7) is unknown color: approx Biloba Flower. HEX triplet: A8, 94 and D7. RGB value is (168,148,215). Sum of RGB (Red+Green+Blue) = 168+148+215=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #A894D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D7 is #576B28. Grayscale: #A1A1A1. Windows color (decimal): -5729065 or 14128296. OLE color: 14128296.

HSL color Cylindrical-coordinate representation of color #A894D7: hue angle of 257.91º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A894D7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168148215-
CMYK0.220.3100.16
HSL257.91º45.58%71.18%-
HSV(B)257.91º31.16%84.31%-
XYZ3934.4168.88-
YUV161.62158.13132.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=31.64%
G=27.87%
B=40.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681482150.220.3100.16257.9145.5871.18
HexA894D7161F0101022e47
Octal250224327263702040256107
Binary10101000100101001101011110110111110100001000000101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894D7; }

 p { color: rgb(168,148,215); }

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

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

 a { background-color: rgb(168,148,215); }

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

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

 span { border-color: rgb(168,148,215); }

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