#A798CE

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

Shades of Biloba Flower #A798CE

Tints of Biloba Flower #A798CE

Color information

#A798CE (or 0xA798CE) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and CE. RGB value is (167,152,206). Sum of RGB (Red+Green+Blue) = 167+152+206=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A798CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798CE is #586731. Grayscale: #A2A2A2. Windows color (decimal): -5793586 or 13539495. OLE color: 13539495.

HSL color Cylindrical-coordinate representation of color #A798CE: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A798CE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167152206-
CMYK0.190.2600.19
HSL256.67º35.53%70.2%-
HSV(B)256.67º26.21%80.78%-
XYZ38.3135.1363.15-
YUV162.64152.47131.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=31.81%
G=28.95%
B=39.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671522060.190.2600.19256.6735.5370.2
HexA798CE131A0131012446
Octal247230316233202340144106
Binary10100111100110001100111010011110100100111000000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798CE; }

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

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

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

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

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

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

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

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