#A68ED5

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

Shades of Biloba Flower #A68ED5

Tints of Biloba Flower #A68ED5

Color information

#A68ED5 (or 0xA68ED5) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and D5. RGB value is (166,142,213). Sum of RGB (Red+Green+Blue) = 166+142+213=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #A68ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ED5 is #59712A. Grayscale: #9D9D9D. Windows color (decimal): -5861675 or 13995686. OLE color: 13995686.

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

Color convert

RGB166142213-
CMYK0.220.3300.16
HSL260.28º45.81%69.61%-
HSV(B)260.28º33.33%83.53%-
XYZ37.4132.2667.21-
YUV157.27159.45134.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=31.86%
G=27.26%
B=40.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661422130.220.3300.16260.2845.8169.61
HexA68ED516210101042e46
Octal246216325264102040456106
Binary101001101000111011010101101101000010100001000001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ED5; }

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

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

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

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

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

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

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

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