#A798CB

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

Shades of Biloba Flower #A798CB

Tints of Biloba Flower #A798CB

Color information

#A798CB (or 0xA798CB) is unknown color: approx Biloba Flower. HEX triplet: A7, 98 and CB. RGB value is (167,152,203). Sum of RGB (Red+Green+Blue) = 167+152+203=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A798CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798CB is #586734. Grayscale: #A2A2A2. Windows color (decimal): -5793589 or 13342887. OLE color: 13342887.

HSL color Cylindrical-coordinate representation of color #A798CB: hue angle of 257.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A798CB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167152203-
CMYK0.180.2500.20
HSL257.65º32.9%69.61%-
HSV(B)257.65º25.12%79.61%-
XYZ37.9434.9861.25-
YUV162.3150.97131.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=31.99%
G=29.12%
B=38.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671522030.180.2500.20257.6532.969.61
HexA798CB12190141022146
Octal247230313223102440241106
Binary10100111100110001100101110010110010101001000000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A798CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A798CB; }

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

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

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

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

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

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

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

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