#A798FD

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

Shades of Biloba Flower #A798FD

Tints of Biloba Flower #A798FD

Color information

#A798FD (or 0xA798FD) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and FD. RGB value is (167,152,253). Sum of RGB (Red+Green+Blue) = 167+152+253=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #A798FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798FD is #586702. Grayscale: #A7A7A7. Windows color (decimal): -5793539 or 16619687. OLE color: 16619687.

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

Color convert

RGB167152253-
CMYK0.340.4000.01
HSL248.91º96.19%79.41%-
HSV(B)248.91º39.92%99.22%-
XYZ44.8937.7697.85-
YUV168175.97127.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=29.20%
G=26.57%
B=44.23%

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
Decimal1671522530.340.4000.01248.9196.1979.41
HexA798FD222801f9604f
Octal247230375425001371140117
Binary101001111001100011111101100010101000011111100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798FD; }

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

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

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

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

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

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

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

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