#A999F3

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

Shades of Biloba Flower #A999F3

Tints of Biloba Flower #A999F3

Color information

#A999F3 (or 0xA999F3) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and F3. RGB value is (169,153,243). Sum of RGB (Red+Green+Blue) = 169+153+243=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #A999F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999F3 is #56660C. Grayscale: #A7A7A7. Windows color (decimal): -5662221 or 15964585. OLE color: 15964585.

HSL color Cylindrical-coordinate representation of color #A999F3: hue angle of 250.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A999F3 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169153243-
CMYK0.300.3700.05
HSL250.67º78.95%77.65%-
HSV(B)250.67º37.04%95.29%-
XYZ43.9337.6989.75-
YUV168.04170.3128.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=29.91%
G=27.08%
B=43.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691532430.300.3700.05250.6778.9577.65
HexA999F31E2505fb4f4e
Octal251231363364505373117116
Binary1010100110011001111100111111010010101011111101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999F3; }

 p { color: rgb(169,153,243); }

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

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

 a { background-color: rgb(169,153,243); }

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

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

 span { border-color: rgb(169,153,243); }

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