#A695CA

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

Shades of Biloba Flower #A695CA

Tints of Biloba Flower #A695CA

Color information

#A695CA (or 0xA695CA) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and CA. RGB value is (166,149,202). Sum of RGB (Red+Green+Blue) = 166+149+202=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A695CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CA is #596A35. Grayscale: #9F9F9F. Windows color (decimal): -5859894 or 13276582. OLE color: 13276582.

HSL color Cylindrical-coordinate representation of color #A695CA: hue angle of 259.25º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A695CA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166149202-
CMYK0.180.2600.21
HSL259.25º33.33%68.82%-
HSV(B)259.25º26.24%79.22%-
XYZ37.1333.8760.46-
YUV160.12151.63132.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=32.11%
G=28.82%
B=39.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661492020.180.2600.21259.2533.3368.82
HexA695CA121A0151032145
Octal246225312223202540341105
Binary10100110100101011100101010010110100101011000000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695CA; }

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

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

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

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

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

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

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

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