#A690FB

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

Shades of Biloba Flower #A690FB

Tints of Biloba Flower #A690FB

Color information

#A690FB (or 0xA690FB) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and FB. RGB value is (166,144,251). Sum of RGB (Red+Green+Blue) = 166+144+251=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #A690FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FB is #596F04. Grayscale: #A2A2A2. Windows color (decimal): -5861125 or 16486566. OLE color: 16486566.

HSL color Cylindrical-coordinate representation of color #A690FB: hue angle of 252.34º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A690FB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166144251-
CMYK0.340.4300.02
HSL252.34º93.04%77.45%-
HSV(B)252.34º42.63%98.43%-
XYZ43.1135.0295.75-
YUV162.78177.79130.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=29.59%
G=25.67%
B=44.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661442510.340.4300.02252.3493.0477.45
HexA690FB222B02fc5d4d
Octal246220373425302374135115
Binary1010011010010000111110111000101010110101111110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690FB; }

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

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

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

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

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

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

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

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