#A798EC

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

Shades of Biloba Flower #A798EC

Tints of Biloba Flower #A798EC

Color information

#A798EC (or 0xA798EC) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and EC. RGB value is (167,152,236). Sum of RGB (Red+Green+Blue) = 167+152+236=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A798EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798EC is #586713. Grayscale: #A5A5A5. Windows color (decimal): -5793556 or 15505575. OLE color: 15505575.

HSL color Cylindrical-coordinate representation of color #A798EC: hue angle of 250.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A798EC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167152236-
CMYK0.290.3600.07
HSL250.71º68.85%76.08%-
HSV(B)250.71º35.59%92.55%-
XYZ42.336.7384.22-
YUV166.06167.47128.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=30.09%
G=27.39%
B=42.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671522360.290.3600.07250.7168.8576.08
HexA798EC1D2407fb454c
Octal247230354354407373105114
Binary1010011110011000111011001110110010001111111101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798EC; }

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

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

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

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

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

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

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

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