#A691CB

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

Shades of Biloba Flower #A691CB

Tints of Biloba Flower #A691CB

Color information

#A691CB (or 0xA691CB) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and CB. RGB value is (166,145,203). Sum of RGB (Red+Green+Blue) = 166+145+203=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A691CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691CB is #596E34. Grayscale: #9D9D9D. Windows color (decimal): -5860917 or 13341094. OLE color: 13341094.

HSL color Cylindrical-coordinate representation of color #A691CB: hue angle of 261.72º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A691CB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166145203-
CMYK0.180.2900.20
HSL261.72º35.8%68.24%-
HSV(B)261.72º28.57%79.61%-
XYZ36.6332.6760.88-
YUV157.89153.46133.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=32.30%
G=28.21%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661452030.180.2900.20261.7235.868.24
HexA691CB121D0141062444
Octal246221313223502440644104
Binary10100110100100011100101110010111010101001000001101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691CB; }

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

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

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

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

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

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

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

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