#A68DD5

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

Shades of Biloba Flower #A68DD5

Tints of Biloba Flower #A68DD5

Color information

#A68DD5 (or 0xA68DD5) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and D5. RGB value is (166,141,213). Sum of RGB (Red+Green+Blue) = 166+141+213=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #A68DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DD5 is #59722A. Grayscale: #9C9C9C. Windows color (decimal): -5861931 or 13995430. OLE color: 13995430.

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

Color convert

RGB166141213-
CMYK0.220.3400.16
HSL260.83º46.15%69.41%-
HSV(B)260.83º33.8%83.53%-
XYZ37.2631.9667.16-
YUV156.68159.78134.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=31.92%
G=27.12%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661412130.220.3400.16260.8346.1569.41
HexA68DD516220101052e45
Octal246215325264202040556105
Binary101001101000110111010101101101000100100001000001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DD5; }

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

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

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

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

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

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

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

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