#A798DD

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

Shades of Biloba Flower #A798DD

Tints of Biloba Flower #A798DD

Color information

#A798DD (or 0xA798DD) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and DD. RGB value is (167,152,221). Sum of RGB (Red+Green+Blue) = 167+152+221=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A798DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DD is #586722. Grayscale: #A4A4A4. Windows color (decimal): -5793571 or 14522535. OLE color: 14522535.

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

Color convert

RGB167152221-
CMYK0.240.3100.13
HSL253.04º50.36%73.14%-
HSV(B)253.04º31.22%86.67%-
XYZ40.2235.8973.21-
YUV164.35159.97129.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=30.93%
G=28.15%
B=40.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671522210.240.3100.13253.0450.3673.14
HexA798DD181F0Dfd3249
Octal247230335303701537562111
Binary101001111001100011011101110001111101101111111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798DD; }

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

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

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

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

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

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

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

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