#A994CB

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

Shades of Biloba Flower #A994CB

Tints of Biloba Flower #A994CB

Color information

#A994CB (or 0xA994CB) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and CB. RGB value is (169,148,203). Sum of RGB (Red+Green+Blue) = 169+148+203=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #A994CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994CB is #566B34. Grayscale: #A0A0A0. Windows color (decimal): -5663541 or 13341865. OLE color: 13341865.

HSL color Cylindrical-coordinate representation of color #A994CB: hue angle of 262.91º 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 #A994CB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169148203-
CMYK0.170.2700.20
HSL262.91º34.59%68.82%-
HSV(B)262.91º27.09%79.61%-
XYZ37.7333.9361.06-
YUV160.55151.96134.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=32.5%
G=28.46%
B=39.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691482030.170.2700.20262.9134.5968.82
HexA994CB111B0141072345
Octal251224313213302440743105
Binary10101001100101001100101110001110110101001000001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994CB; }

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

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

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

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

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

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

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

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