#A695D8

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

Shades of Biloba Flower #A695D8

Tints of Biloba Flower #A695D8

Color information

#A695D8 (or 0xA695D8) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and D8. RGB value is (166,149,216). Sum of RGB (Red+Green+Blue) = 166+149+216=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #A695D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695D8 is #596A27. Grayscale: #A1A1A1. Windows color (decimal): -5859880 or 14194086. OLE color: 14194086.

HSL color Cylindrical-coordinate representation of color #A695D8: hue angle of 255.22º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A695D8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166149216-
CMYK0.230.3100.15
HSL255.22º46.21%71.57%-
HSV(B)255.22º31.02%84.71%-
XYZ38.8734.5669.59-
YUV161.72158.63131.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=31.26%
G=28.06%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661492160.230.3100.15255.2246.2171.57
HexA695D8171F0Fff2e48
Octal246225330273701737756110
Binary101001101001010111011000101111111101111111111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695D8; }

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

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

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

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

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

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

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

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