#A690CE

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

Shades of Biloba Flower #A690CE

Tints of Biloba Flower #A690CE

Color information

#A690CE (or 0xA690CE) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and CE. RGB value is (166,144,206). Sum of RGB (Red+Green+Blue) = 166+144+206=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A690CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690CE is #596F31. Grayscale: #9D9D9D. Windows color (decimal): -5861170 or 13537446. OLE color: 13537446.

HSL color Cylindrical-coordinate representation of color #A690CE: hue angle of 261.29º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A690CE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166144206-
CMYK0.190.3000.19
HSL261.29º38.75%68.63%-
HSV(B)261.29º30.1%80.78%-
XYZ36.8432.5162.73-
YUV157.65155.29133.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=32.17%
G=27.91%
B=39.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661442060.190.3000.19261.2938.7568.63
HexA690CE131E0131052745
Octal246220316233602340547105
Binary10100110100100001100111010011111100100111000001011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690CE; }

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

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

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

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

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

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

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

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