#A698C6

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

Shades of Biloba Flower #A698C6

Tints of Biloba Flower #A698C6

Color information

#A698C6 (or 0xA698C6) is unknown color: approx Biloba Flower. HEX triplet: A6, 98 and C6. RGB value is (166,152,198). Sum of RGB (Red+Green+Blue) = 166+152+198=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #A698C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698C6 is #596739. Grayscale: #A1A1A1. Windows color (decimal): -5859130 or 13015206. OLE color: 13015206.

HSL color Cylindrical-coordinate representation of color #A698C6: hue angle of 258.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A698C6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166152198-
CMYK0.160.2300.22
HSL258.26º28.75%68.63%-
HSV(B)258.26º23.23%77.65%-
XYZ37.1534.6458.15-
YUV161.43148.64131.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=32.17%
G=29.46%
B=38.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661521980.160.2300.22258.2628.7568.63
HexA698C610170161021d45
Octal246230306202702640235105
Binary1010011010011000110001101000010111010110100000010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698C6; }

 p { color: rgb(166,152,198); }

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

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

 a { background-color: rgb(166,152,198); }

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

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

 span { border-color: rgb(166,152,198); }

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