#A68DDC

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

Shades of Biloba Flower #A68DDC

Tints of Biloba Flower #A68DDC

Color information

#A68DDC (or 0xA68DDC) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and DC. RGB value is (166,141,220). Sum of RGB (Red+Green+Blue) = 166+141+220=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A68DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DDC is #597223. Grayscale: #9D9D9D. Windows color (decimal): -5861924 or 14454182. OLE color: 14454182.

HSL color Cylindrical-coordinate representation of color #A68DDC: hue angle of 258.99º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68DDC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166141220-
CMYK0.250.3600.14
HSL258.99º53.02%70.78%-
HSV(B)258.99º35.91%86.27%-
XYZ38.1732.3271.94-
YUV157.48163.28134.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=31.50%
G=26.76%
B=41.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661412200.250.3600.14258.9953.0270.78
HexA68DDC19240E1033547
Octal246215334314401640365107
Binary10100110100011011101110011001100100011101000000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DDC; }

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

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

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

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

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

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

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

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