#A688D0

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

Shades of Biloba Flower #A688D0

Tints of Biloba Flower #A688D0

Color information

#A688D0 (or 0xA688D0) is unknown color: approx Biloba Flower. HEX triplet: A6, 88 and D0. RGB value is (166,136,208). Sum of RGB (Red+Green+Blue) = 166+136+208=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #A688D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688D0 is #59772F. Grayscale: #989898. Windows color (decimal): -5863216 or 13666470. OLE color: 13666470.

HSL color Cylindrical-coordinate representation of color #A688D0: hue angle of 265º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A688D0 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166136208-
CMYK0.200.3500.18
HSL265º43.37%67.45%-
HSV(B)265º34.62%81.57%-
XYZ35.9230.2763.62-
YUV153.18158.94137.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=32.55%
G=26.67%
B=40.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661362080.200.3500.1826543.3767.45
HexA688D014230121092b43
Octal246210320244302241153103
Binary101001101000100011010000101001000110100101000010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688D0; }

 p { color: rgb(166,136,208); }

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

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

 a { background-color: rgb(166,136,208); }

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

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

 span { border-color: rgb(166,136,208); }

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