#A798E1

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

Shades of Biloba Flower #A798E1

Tints of Biloba Flower #A798E1

Color information

#A798E1 (or 0xA798E1) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and E1. RGB value is (167,152,225). Sum of RGB (Red+Green+Blue) = 167+152+225=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #A798E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798E1 is #58671E. Grayscale: #A4A4A4. Windows color (decimal): -5793567 or 14784679. OLE color: 14784679.

HSL color Cylindrical-coordinate representation of color #A798E1: hue angle of 252.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A798E1 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167152225-
CMYK0.260.3200.12
HSL252.33º54.89%73.92%-
HSV(B)252.33º32.44%88.24%-
XYZ40.7636.1176.06-
YUV164.81161.97129.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=30.70%
G=27.94%
B=41.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671522250.260.3200.12252.3354.8973.92
HexA798E11A200Cfc374a
Octal247230341324001437467112
Binary1010011110011000111000011101010000001100111111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798E1; }

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

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

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

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

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

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

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

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