#a798e7

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

Shades of Biloba Flower #A798E7

Tints of Biloba Flower #A798E7

Color information

#A798E7 (or 0xA798E7) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and E7. RGB value is (167,152,231). Sum of RGB (Red+Green+Blue) = 167+152+231=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #A798E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798E7 is #586718. Grayscale: #A5A5A5. Windows color (decimal): -5793561 or 15177895. OLE color: 15177895.

HSL color Cylindrical-coordinate representation of color #A798E7: hue angle of 251.39º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A798E7 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167152231-
CMYK0.280.3400.09
HSL251.39º62.2%75.1%-
HSV(B)251.39º34.2%90.59%-
XYZ41.5936.4480.44-
YUV165.49164.97129.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 231 (90.62% from 255) = 42%
R=30.36%
G=27.64%
B=42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671522310.280.3400.09251.3962.275.1
HexA798E71C2209fb3e4b
Octal247230347344201137376113
Binary1010011110011000111001111110010001001001111110111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a798e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a798e7; }

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

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

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

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

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

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

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

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