#A798DE

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

Shades of Biloba Flower #A798DE

Tints of Biloba Flower #A798DE

Color information

#A798DE (or 0xA798DE) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and DE. RGB value is (167,152,222). Sum of RGB (Red+Green+Blue) = 167+152+222=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A798DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DE is #586721. Grayscale: #A4A4A4. Windows color (decimal): -5793570 or 14588071. OLE color: 14588071.

HSL color Cylindrical-coordinate representation of color #A798DE: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A798DE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167152222-
CMYK0.250.3200.13
HSL252.86º51.47%73.33%-
HSV(B)252.86º31.53%87.06%-
XYZ40.3535.9573.92-
YUV164.46160.47129.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.87%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=30.87%
G=28.10%
B=41.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671522220.250.3200.13252.8651.4773.33
HexA798DE19200Dfd3349
Octal247230336314001537563111
Binary1010011110011000110111101100110000001101111111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798DE; }

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

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

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

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

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

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

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

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