#A494CB

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

Shades of Biloba Flower #A494CB

Tints of Biloba Flower #A494CB

Color information

#A494CB (or 0xA494CB) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and CB. RGB value is (164,148,203). Sum of RGB (Red+Green+Blue) = 164+148+203=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A494CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494CB is #5B6B34. Grayscale: #9E9E9E. Windows color (decimal): -5991221 or 13341860. OLE color: 13341860.

HSL color Cylindrical-coordinate representation of color #A494CB: hue angle of 257.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A494CB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164148203-
CMYK0.190.2700.20
HSL257.45º34.59%68.82%-
HSV(B)257.45º27.09%79.61%-
XYZ36.6833.3861.01-
YUV159.05152.8131.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=31.84%
G=28.74%
B=39.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641482030.190.2700.20257.4534.5968.82
HexA494CB131B0141012345
Octal244224313233302440143105
Binary10100100100101001100101110011110110101001000000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494CB; }

 p { color: rgb(164,148,203); }

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

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

 a { background-color: rgb(164,148,203); }

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

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

 span { border-color: rgb(164,148,203); }

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