#A991FF

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

Shades of Biloba Flower #A991FF

Tints of Biloba Flower #A991FF

Color information

#A991FF (or 0xA991FF) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and FF. RGB value is (169,145,255). Sum of RGB (Red+Green+Blue) = 169+145+255=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A991FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991FF is #566E00. Grayscale: #A4A4A4. Windows color (decimal): -5664257 or 16748969. OLE color: 16748969.

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

Color convert

RGB169145255-
CMYK0.340.4300
HSL253.09º100%78.43%-
HSV(B)253.09º43.14%100%-
XYZ44.5435.9199.19-
YUV164.72178.95131.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 255 (100% from 255) = 44.82%
R=29.70%
G=25.48%
B=44.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691452550.340.4300253.0910078.43
HexA991FF222B00fd644e
Octal251221377425300375144116
Binary101010011001000111111111100010101011001111110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991FF; }

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

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

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

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

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

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

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

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