#A691F1

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

Shades of Biloba Flower #A691F1

Tints of Biloba Flower #A691F1

Color information

#A691F1 (or 0xA691F1) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and F1. RGB value is (166,145,241). Sum of RGB (Red+Green+Blue) = 166+145+241=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A691F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691F1 is #596E0E. Grayscale: #A1A1A1. Windows color (decimal): -5860879 or 15831462. OLE color: 15831462.

HSL color Cylindrical-coordinate representation of color #A691F1: hue angle of 253.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A691F1 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166145241-
CMYK0.310.4000.05
HSL253.12º77.42%75.69%-
HSV(B)253.12º39.83%94.51%-
XYZ41.7334.7187.72-
YUV162.22172.46130.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=30.07%
G=26.27%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661452410.310.4000.05253.1277.4275.69
HexA691F11F2805fd4d4c
Octal246221361375005375115114
Binary1010011010010001111100011111110100001011111110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691F1; }

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

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

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

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

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

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

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

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