#A894D4

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

Shades of Biloba Flower #A894D4

Tints of Biloba Flower #A894D4

Color information

#A894D4 (or 0xA894D4) is unknown color: approx Biloba Flower. HEX triplet: A8, 94 and D4. RGB value is (168,148,212). Sum of RGB (Red+Green+Blue) = 168+148+212=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #A894D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894D4 is #576B2B. Grayscale: #A1A1A1. Windows color (decimal): -5729068 or 13931688. OLE color: 13931688.

HSL color Cylindrical-coordinate representation of color #A894D4: hue angle of 258.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A894D4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168148212-
CMYK0.210.3000.17
HSL258.75º42.67%70.59%-
HSV(B)258.75º30.19%83.14%-
XYZ38.6234.2666.86-
YUV161.28156.63132.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=31.82%
G=28.03%
B=40.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681482120.210.3000.17258.7542.6770.59
HexA894D4151E0111032b47
Octal250224324253602140353107
Binary10101000100101001101010010101111100100011000000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894D4; }

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

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

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

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

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

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

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

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