#A992FC

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

Shades of Biloba Flower #A992FC

Tints of Biloba Flower #A992FC

Color information

#A992FC (or 0xA992FC) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and FC. RGB value is (169,146,252). Sum of RGB (Red+Green+Blue) = 169+146+252=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #A992FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FC is #566D03. Grayscale: #A4A4A4. Windows color (decimal): -5664004 or 16552617. OLE color: 16552617.

HSL color Cylindrical-coordinate representation of color #A992FC: hue angle of 253.02º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A992FC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169146252-
CMYK0.330.4200.01
HSL253.02º94.64%78.04%-
HSV(B)253.02º42.06%98.82%-
XYZ44.2136.0296.72-
YUV164.96177.12130.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=29.81%
G=25.75%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691462520.330.4200.01253.0294.6478.04
HexA992FC212A01fd5f4e
Octal251222374415201375137116
Binary101010011001001011111100100001101010011111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992FC; }

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

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

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

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

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

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

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

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