#A690FD

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

Shades of Biloba Flower #A690FD

Tints of Biloba Flower #A690FD

Color information

#A690FD (or 0xA690FD) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and FD. RGB value is (166,144,253). Sum of RGB (Red+Green+Blue) = 166+144+253=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A690FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FD is #596F02. Grayscale: #A2A2A2. Windows color (decimal): -5861123 or 16617638. OLE color: 16617638.

HSL color Cylindrical-coordinate representation of color #A690FD: hue angle of 252.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A690FD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166144253-
CMYK0.340.4300.01
HSL252.11º96.46%77.84%-
HSV(B)252.11º43.08%99.22%-
XYZ43.4335.1597.42-
YUV163178.79130.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=29.48%
G=25.58%
B=44.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661442530.340.4300.01252.1196.4677.84
HexA690FD222B01fc604e
Octal246220375425301374140116
Binary101001101001000011111101100010101011011111110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690FD; }

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

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

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

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

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

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

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

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