#A992FA

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

Shades of Biloba Flower #A992FA

Tints of Biloba Flower #A992FA

Color information

#A992FA (or 0xA992FA) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and FA. RGB value is (169,146,250). Sum of RGB (Red+Green+Blue) = 169+146+250=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #A992FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FA is #566D05. Grayscale: #A4A4A4. Windows color (decimal): -5664006 or 16421545. OLE color: 16421545.

HSL color Cylindrical-coordinate representation of color #A992FA: hue angle of 253.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A992FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169146250-
CMYK0.320.4200.02
HSL253.27º91.23%77.65%-
HSV(B)253.27º41.6%98.04%-
XYZ43.935.8995.06-
YUV164.73176.12131.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=29.91%
G=25.84%
B=44.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691462500.320.4200.02253.2791.2377.65
HexA992FA202A02fd5b4e
Octal251222372405202375133116
Binary1010100110010010111110101000001010100101111110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992FA; }

 p { color: rgb(169,146,250); }

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

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

 a { background-color: rgb(169,146,250); }

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

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

 span { border-color: rgb(169,146,250); }

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