#A68CDD

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

Shades of Biloba Flower #A68CDD

Tints of Biloba Flower #A68CDD

Color information

#A68CDD (or 0xA68CDD) is unknown color: approx Biloba Flower. HEX triplet: A6, 8C and DD. RGB value is (166,140,221). Sum of RGB (Red+Green+Blue) = 166+140+221=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A68CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CDD is #597322. Grayscale: #9C9C9C. Windows color (decimal): -5862179 or 14519462. OLE color: 14519462.

HSL color Cylindrical-coordinate representation of color #A68CDD: hue angle of 259.26º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68CDD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166140221-
CMYK0.250.3700.13
HSL259.26º54.36%70.78%-
HSV(B)259.26º36.65%86.67%-
XYZ38.1632.0872.59-
YUV157.01164.11134.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=31.50%
G=26.57%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661402210.250.3700.13259.2654.3670.78
HexA68CDD19250D1033647
Octal246214335314501540366107
Binary10100110100011001101110111001100101011011000000111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CDD; }

 p { color: rgb(166,140,221); }

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

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

 a { background-color: rgb(166,140,221); }

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

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

 span { border-color: rgb(166,140,221); }

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