#A698FC

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

Shades of Biloba Flower #A698FC

Tints of Biloba Flower #A698FC

Color information

#A698FC (or 0xA698FC) is unknown color: approx Biloba Flower. HEX triplet: A6, 98 and FC. RGB value is (166,152,252). Sum of RGB (Red+Green+Blue) = 166+152+252=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #A698FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698FC is #596703. Grayscale: #A7A7A7. Windows color (decimal): -5859076 or 16554150. OLE color: 16554150.

HSL color Cylindrical-coordinate representation of color #A698FC: hue angle of 248.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A698FC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166152252-
CMYK0.340.4000.01
HSL248.4º94.34%79.22%-
HSV(B)248.4º39.68%98.82%-
XYZ44.5237.5997-
YUV167.59175.64126.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.12%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=29.12%
G=26.67%
B=44.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661522520.340.4000.01248.494.3479.22
HexA698FC222801f85e4f
Octal246230374425001370136117
Binary101001101001100011111100100010101000011111100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698FC; }

 p { color: rgb(166,152,252); }

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

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

 a { background-color: rgb(166,152,252); }

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

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

 span { border-color: rgb(166,152,252); }

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