#A690DC

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

Shades of Biloba Flower #A690DC

Tints of Biloba Flower #A690DC

Color information

#A690DC (or 0xA690DC) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and DC. RGB value is (166,144,220). Sum of RGB (Red+Green+Blue) = 166+144+220=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A690DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690DC is #596F23. Grayscale: #9E9E9E. Windows color (decimal): -5861156 or 14454950. OLE color: 14454950.

HSL color Cylindrical-coordinate representation of color #A690DC: hue angle of 257.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A690DC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166144220-
CMYK0.250.3500.14
HSL257.37º52.05%71.37%-
HSV(B)257.37º34.55%86.27%-
XYZ38.6233.2272.09-
YUV159.24162.29132.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=31.32%
G=27.17%
B=41.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661442200.250.3500.14257.3752.0571.37
HexA690DC19230E1013447
Octal246220334314301640164107
Binary10100110100100001101110011001100011011101000000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690DC; }

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

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

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

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

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

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

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

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