#A992F0

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

Shades of Biloba Flower #A992F0

Tints of Biloba Flower #A992F0

Color information

#A992F0 (or 0xA992F0) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and F0. RGB value is (169,146,240). Sum of RGB (Red+Green+Blue) = 169+146+240=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #A992F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992F0 is #566D0F. Grayscale: #A3A3A3. Windows color (decimal): -5664016 or 15766185. OLE color: 15766185.

HSL color Cylindrical-coordinate representation of color #A992F0: hue angle of 254.68º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A992F0 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169146240-
CMYK0.300.3900.06
HSL254.68º75.81%75.69%-
HSV(B)254.68º39.17%94.12%-
XYZ42.3735.2887.02-
YUV163.59171.12131.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=30.45%
G=26.31%
B=43.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691462400.300.3900.06254.6875.8175.69
HexA992F01E2706ff4c4c
Octal251222360364706377114114
Binary1010100110010010111100001111010011101101111111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992F0; }

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

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

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

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

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

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

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

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