#A894CA

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

Shades of Biloba Flower #A894CA

Tints of Biloba Flower #A894CA

Color information

#A894CA (or 0xA894CA) is unknown color: approx Biloba Flower. HEX triplet: A8, 94 and CA. RGB value is (168,148,202). Sum of RGB (Red+Green+Blue) = 168+148+202=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A894CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894CA is #576B35. Grayscale: #9F9F9F. Windows color (decimal): -5729078 or 13276328. OLE color: 13276328.

HSL color Cylindrical-coordinate representation of color #A894CA: hue angle of 262.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A894CA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168148202-
CMYK0.170.2700.21
HSL262.22º33.75%68.63%-
HSV(B)262.22º26.73%79.22%-
XYZ37.433.7760.42-
YUV160.14151.63133.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=32.43%
G=28.57%
B=39.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681482020.170.2700.21262.2233.7568.63
HexA894CA111B0151062245
Octal250224312213302540642105
Binary10101000100101001100101010001110110101011000001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894CA; }

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

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

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

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

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

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

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

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