#A892F3

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

Shades of Biloba Flower #A892F3

Tints of Biloba Flower #A892F3

Color information

#A892F3 (or 0xA892F3) is unknown color: approx Biloba Flower. HEX triplet: A8, 92 and F3. RGB value is (168,146,243). Sum of RGB (Red+Green+Blue) = 168+146+243=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #A892F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892F3 is #576D0C. Grayscale: #A3A3A3. Windows color (decimal): -5729549 or 15962792. OLE color: 15962792.

HSL color Cylindrical-coordinate representation of color #A892F3: hue angle of 253.61º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A892F3 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168146243-
CMYK0.310.4000.05
HSL253.61º80.17%76.27%-
HSV(B)253.61º39.92%95.29%-
XYZ42.635.3589.37-
YUV163.64172.79131.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=30.16%
G=26.21%
B=43.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681462430.310.4000.05253.6180.1776.27
HexA892F31F2805fe504c
Octal250222363375005376120114
Binary1010100010010010111100111111110100001011111111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892F3; }

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

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

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

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

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

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

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

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