#A892FA

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

Shades of Biloba Flower #A892FA

Tints of Biloba Flower #A892FA

Color information

#A892FA (or 0xA892FA) is unknown color: approx Biloba Flower. HEX triplet: A8, 92 and FA. RGB value is (168,146,250). Sum of RGB (Red+Green+Blue) = 168+146+250=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A892FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892FA is #576D05. Grayscale: #A4A4A4. Windows color (decimal): -5729542 or 16421544. OLE color: 16421544.

HSL color Cylindrical-coordinate representation of color #A892FA: hue angle of 252.69º 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 #A892FA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168146250-
CMYK0.330.4200.02
HSL252.69º91.23%77.65%-
HSV(B)252.69º41.6%98.04%-
XYZ43.6835.7895.05-
YUV164.43176.29130.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.79%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=29.79%
G=25.89%
B=44.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681462500.330.4200.02252.6991.2377.65
HexA892FA212A02fd5b4e
Octal250222372415202375133116
Binary1010100010010010111110101000011010100101111110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892FA; }

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

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

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

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

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

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

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

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