#A999FF

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

Shades of Biloba Flower #A999FF

Tints of Biloba Flower #A999FF

Color information

#A999FF (or 0xA999FF) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and FF. RGB value is (169,153,255). Sum of RGB (Red+Green+Blue) = 169+153+255=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #A999FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999FF is #566600. Grayscale: #A9A9A9. Windows color (decimal): -5662209 or 16751017. OLE color: 16751017.

HSL color Cylindrical-coordinate representation of color #A999FF: hue angle of 249.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A999FF is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169153255-
CMYK0.340.400
HSL249.41º100%80%-
HSV(B)249.41º40%100%-
XYZ45.838.4499.61-
YUV169.41176.3127.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.29%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 255 (100% from 255) = 44.19%
R=29.29%
G=26.52%
B=44.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691532550.340.400249.4110080
HexA999FF222800f96450
Octal251231377425000371144120
Binary101010011001100111111111100010101000001111100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999FF; }

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

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

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

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

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

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

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

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