#A894EE

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

Shades of Biloba Flower #A894EE

Tints of Biloba Flower #A894EE

Color information

#A894EE (or 0xA894EE) is unknown color: approx Biloba Flower. HEX triplet: A8, 94 and EE. RGB value is (168,148,238). Sum of RGB (Red+Green+Blue) = 168+148+238=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A894EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894EE is #576B11. Grayscale: #A3A3A3. Windows color (decimal): -5729042 or 15635624. OLE color: 15635624.

HSL color Cylindrical-coordinate representation of color #A894EE: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A894EE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168148238-
CMYK0.290.3800.07
HSL253.33º72.58%75.69%-
HSV(B)253.33º37.82%93.33%-
XYZ42.1735.6885.55-
YUV164.24169.63130.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=30.32%
G=26.71%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681482380.290.3800.07253.3372.5875.69
HexA894EE1D2607fd494c
Octal250224356354607375111114
Binary1010100010010100111011101110110011001111111110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894EE; }

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

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

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

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

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

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

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

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