#A688F2

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

Shades of Biloba Flower #A688F2

Tints of Biloba Flower #A688F2

Color information

#A688F2 (or 0xA688F2) is unknown color: approx Biloba Flower. HEX triplet: A6, 88 and F2. RGB value is (166,136,242). Sum of RGB (Red+Green+Blue) = 166+136+242=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #A688F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688F2 is #59770D. Grayscale: #9C9C9C. Windows color (decimal): -5863182 or 15894694. OLE color: 15894694.

HSL color Cylindrical-coordinate representation of color #A688F2: hue angle of 256.98º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A688F2 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166136242-
CMYK0.310.4400.05
HSL256.98º80.3%74.12%-
HSV(B)256.98º43.8%94.9%-
XYZ40.5632.1388.07-
YUV157.05175.94134.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=30.51%
G=25%
B=44.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661362420.310.4400.05256.9880.374.12
HexA688F21F2C05101504a
Octal246210362375405401120112
Binary10100110100010001111001011111101100010110000000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688F2; }

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

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

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

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

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

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

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

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