#A99BEF

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

Shades of Biloba Flower #A99BEF

Tints of Biloba Flower #A99BEF

Color information

#A99BEF (or 0xA99BEF) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and EF. RGB value is (169,155,239). Sum of RGB (Red+Green+Blue) = 169+155+239=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #A99BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99BEF is #566410. Grayscale: #A8A8A8. Windows color (decimal): -5661713 or 15702953. OLE color: 15702953.

HSL color Cylindrical-coordinate representation of color #A99BEF: hue angle of 250º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A99BEF is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169155239-
CMYK0.290.3500.06
HSL250º72.41%77.25%-
HSV(B)250º35.15%93.73%-
XYZ43.6638.1186.72-
YUV168.76167.64128.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=30.02%
G=27.53%
B=42.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691552390.290.3500.0625072.4177.25
HexA99BEF1D2306fa484d
Octal251233357354306372110115
Binary1010100110011011111011111110110001101101111101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BEF; }

 p { color: rgb(169,155,239); }

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

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

 a { background-color: rgb(169,155,239); }

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

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

 span { border-color: rgb(169,155,239); }

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