#A688D5

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

Shades of Biloba Flower #A688D5

Tints of Biloba Flower #A688D5

Color information

#A688D5 (or 0xA688D5) is unknown color: approx Biloba Flower. HEX triplet: A6, 88 and D5. RGB value is (166,136,213). Sum of RGB (Red+Green+Blue) = 166+136+213=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #A688D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688D5 is #59772A. Grayscale: #999999. Windows color (decimal): -5863211 or 13994150. OLE color: 13994150.

HSL color Cylindrical-coordinate representation of color #A688D5: hue angle of 263.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A688D5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166136213-
CMYK0.220.3600.16
HSL263.38º47.83%68.43%-
HSV(B)263.38º36.15%83.53%-
XYZ36.5430.5266.92-
YUV153.75161.44136.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=32.23%
G=26.41%
B=41.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661362130.220.3600.16263.3847.8368.43
HexA688D516240101073044
Octal246210325264402040760104
Binary101001101000100011010101101101001000100001000001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688D5; }

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

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

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

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

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

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

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

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