#A691CF

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

Shades of Biloba Flower #A691CF

Tints of Biloba Flower #A691CF

Color information

#A691CF (or 0xA691CF) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and CF. RGB value is (166,145,207). Sum of RGB (Red+Green+Blue) = 166+145+207=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #A691CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691CF is #596E30. Grayscale: #9E9E9E. Windows color (decimal): -5860913 or 13603238. OLE color: 13603238.

HSL color Cylindrical-coordinate representation of color #A691CF: hue angle of 260.32º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A691CF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166145207-
CMYK0.200.3000.19
HSL260.32º39.24%69.02%-
HSV(B)260.32º29.95%81.18%-
XYZ37.1132.8663.42-
YUV158.35155.46133.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=32.05%
G=27.99%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661452070.200.3000.19260.3239.2469.02
HexA691CF141E0131042745
Octal246221317243602340447105
Binary10100110100100011100111110100111100100111000001001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691CF; }

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

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

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

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

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

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

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

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