#A690CD

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

Shades of Biloba Flower #A690CD

Tints of Biloba Flower #A690CD

Color information

#A690CD (or 0xA690CD) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and CD. RGB value is (166,144,205). Sum of RGB (Red+Green+Blue) = 166+144+205=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A690CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690CD is #596F32. Grayscale: #9D9D9D. Windows color (decimal): -5861171 or 13471910. OLE color: 13471910.

HSL color Cylindrical-coordinate representation of color #A690CD: hue angle of 261.64º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A690CD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166144205-
CMYK0.190.3000.20
HSL261.64º37.89%68.43%-
HSV(B)261.64º29.76%80.39%-
XYZ36.7232.4662.09-
YUV157.53154.79134.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=32.23%
G=27.96%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661442050.190.3000.20261.6437.8968.43
HexA690CD131E0141062644
Octal246220315233602440646104
Binary10100110100100001100110110011111100101001000001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690CD; }

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

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

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

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

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

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

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

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