#A690F1

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

Shades of Biloba Flower #A690F1

Tints of Biloba Flower #A690F1

Color information

#A690F1 (or 0xA690F1) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and F1. RGB value is (166,144,241). Sum of RGB (Red+Green+Blue) = 166+144+241=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #A690F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690F1 is #596F0E. Grayscale: #A1A1A1. Windows color (decimal): -5861135 or 15831206. OLE color: 15831206.

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

Color convert

RGB166144241-
CMYK0.310.4000.05
HSL253.61º77.6%75.49%-
HSV(B)253.61º40.25%94.51%-
XYZ41.5834.487.67-
YUV161.64172.79131.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=30.13%
G=26.13%
B=43.74%

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
Decimal1661442410.310.4000.05253.6177.675.49
HexA690F11F2805fe4e4b
Octal246220361375005376116113
Binary1010011010010000111100011111110100001011111111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690F1; }

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

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

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

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

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

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

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

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