#A68DD9

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

Shades of Biloba Flower #A68DD9

Tints of Biloba Flower #A68DD9

Color information

#A68DD9 (or 0xA68DD9) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and D9. RGB value is (166,141,217). Sum of RGB (Red+Green+Blue) = 166+141+217=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A68DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DD9 is #597226. Grayscale: #9C9C9C. Windows color (decimal): -5861927 or 14257574. OLE color: 14257574.

HSL color Cylindrical-coordinate representation of color #A68DD9: hue angle of 259.74º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68DD9 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166141217-
CMYK0.240.3500.15
HSL259.74º50%70.2%-
HSV(B)259.74º35.02%85.1%-
XYZ37.7832.1769.86-
YUV157.14161.78134.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=31.68%
G=26.91%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661412170.240.3500.15259.745070.2
HexA68DD918230F1043246
Octal246215331304301740462106
Binary10100110100011011101100111000100011011111000001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DD9; }

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

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

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

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

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

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

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

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