#A691F2

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

Shades of Biloba Flower #A691F2

Tints of Biloba Flower #A691F2

Color information

#A691F2 (or 0xA691F2) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and F2. RGB value is (166,145,242). Sum of RGB (Red+Green+Blue) = 166+145+242=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #A691F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691F2 is #596E0D. Grayscale: #A1A1A1. Windows color (decimal): -5860878 or 15896998. OLE color: 15896998.

HSL color Cylindrical-coordinate representation of color #A691F2: hue angle of 252.99º degrees, saturation: 0.79, 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 #A691F2 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166145242-
CMYK0.310.4000.05
HSL252.99º78.86%75.88%-
HSV(B)252.99º40.08%94.9%-
XYZ41.8834.7788.51-
YUV162.34172.96130.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=30.02%
G=26.22%
B=43.76%

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
Decimal1661452420.310.4000.05252.9978.8675.88
HexA691F21F2805fd4f4c
Octal246221362375005375117114
Binary1010011010010001111100101111110100001011111110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691F2; }

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

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

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

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

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

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

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

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