#A695C6

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

Shades of Biloba Flower #A695C6

Tints of Biloba Flower #A695C6

Color information

#A695C6 (or 0xA695C6) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and C6. RGB value is (166,149,198). Sum of RGB (Red+Green+Blue) = 166+149+198=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #A695C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695C6 is #596A39. Grayscale: #9F9F9F. Windows color (decimal): -5859898 or 13014438. OLE color: 13014438.

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

Color convert

RGB166149198-
CMYK0.160.2500.22
HSL260.82º30.06%68.04%-
HSV(B)260.82º24.75%77.65%-
XYZ36.6733.6857.99-
YUV159.67149.63132.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=32.36%
G=29.04%
B=38.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661491980.160.2500.22260.8230.0668.04
HexA695C610190161051e44
Octal246225306203102640536104
Binary1010011010010101110001101000011001010110100000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695C6; }

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

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

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

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

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

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

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

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