#A695CF

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

Shades of Biloba Flower #A695CF

Tints of Biloba Flower #A695CF

Color information

#A695CF (or 0xA695CF) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and CF. RGB value is (166,149,207). Sum of RGB (Red+Green+Blue) = 166+149+207=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #A695CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CF is #596A30. Grayscale: #A0A0A0. Windows color (decimal): -5859889 or 13604262. OLE color: 13604262.

HSL color Cylindrical-coordinate representation of color #A695CF: hue angle of 257.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A695CF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166149207-
CMYK0.200.2800.19
HSL257.59º37.66%69.8%-
HSV(B)257.59º28.02%81.18%-
XYZ37.7434.1163.63-
YUV160.7154.13131.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=31.80%
G=28.54%
B=39.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661492070.200.2800.19257.5937.6669.8
HexA695CF141C0131022646
Octal246225317243402340246106
Binary10100110100101011100111110100111000100111000000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695CF; }

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

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

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

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

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

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

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

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