#A798DA

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

Shades of Biloba Flower #A798DA

Tints of Biloba Flower #A798DA

Color information

#A798DA (or 0xA798DA) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and DA. RGB value is (167,152,218). Sum of RGB (Red+Green+Blue) = 167+152+218=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A798DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798DA is #586725. Grayscale: #A3A3A3. Windows color (decimal): -5793574 or 14325927. OLE color: 14325927.

HSL color Cylindrical-coordinate representation of color #A798DA: hue angle of 253.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A798DA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167152218-
CMYK0.230.3000.15
HSL253.64º47.14%72.55%-
HSV(B)253.64º30.28%85.49%-
XYZ39.8235.7371.13-
YUV164.01158.47130.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=31.10%
G=28.31%
B=40.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671522180.230.3000.15253.6447.1472.55
HexA798DA171E0Ffe2f49
Octal247230332273601737657111
Binary101001111001100011011010101111111001111111111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798DA; }

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

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

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

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

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

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

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

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