#A898FD

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

Shades of Biloba Flower #A898FD

Tints of Biloba Flower #A898FD

Color information

#A898FD (or 0xA898FD) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and FD. RGB value is (168,152,253). Sum of RGB (Red+Green+Blue) = 168+152+253=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #A898FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898FD is #576702. Grayscale: #A7A7A7. Windows color (decimal): -5728003 or 16619688. OLE color: 16619688.

HSL color Cylindrical-coordinate representation of color #A898FD: hue angle of 249.5º degrees, saturation: 0.96, 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 #A898FD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168152253-
CMYK0.340.4000.01
HSL249.5º96.19%79.41%-
HSV(B)249.5º39.92%99.22%-
XYZ45.1137.8797.86-
YUV168.3175.8127.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=29.32%
G=26.53%
B=44.15%

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
Decimal1681522530.340.4000.01249.596.1979.41
HexA898FD222801fa604f
Octal250230375425001372140117
Binary101010001001100011111101100010101000011111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898FD; }

 p { color: rgb(168,152,253); }

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

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

 a { background-color: rgb(168,152,253); }

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

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

 span { border-color: rgb(168,152,253); }

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