#A695DD

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

Shades of Biloba Flower #A695DD

Tints of Biloba Flower #A695DD

Color information

#A695DD (or 0xA695DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and DD. RGB value is (166,149,221). Sum of RGB (Red+Green+Blue) = 166+149+221=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A695DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DD is #596A22. Grayscale: #A2A2A2. Windows color (decimal): -5859875 or 14521766. OLE color: 14521766.

HSL color Cylindrical-coordinate representation of color #A695DD: hue angle of 254.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A695DD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166149221-
CMYK0.250.3300.13
HSL254.17º51.43%72.55%-
HSV(B)254.17º32.58%86.67%-
XYZ39.5234.8273.04-
YUV162.29161.13130.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=30.97%
G=27.80%
B=41.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661492210.250.3300.13254.1751.4372.55
HexA695DD19210Dfe3349
Octal246225335314101537663111
Binary1010011010010101110111011100110000101101111111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695DD; }

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

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

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

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

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

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

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

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