#A68DCD

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

Shades of Biloba Flower #A68DCD

Tints of Biloba Flower #A68DCD

Color information

#A68DCD (or 0xA68DCD) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and CD. RGB value is (166,141,205). Sum of RGB (Red+Green+Blue) = 166+141+205=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCD is #597232. Grayscale: #9B9B9B. Windows color (decimal): -5861939 or 13471142. OLE color: 13471142.

HSL color Cylindrical-coordinate representation of color #A68DCD: hue angle of 263.44º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68DCD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166141205-
CMYK0.190.3100.20
HSL263.44º39.02%67.84%-
HSV(B)263.44º31.22%80.39%-
XYZ36.2731.5661.94-
YUV155.77155.78135.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=32.42%
G=27.54%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661412050.190.3100.20263.4439.0267.84
HexA68DCD131F0141072744
Octal246215315233702440747104
Binary10100110100011011100110110011111110101001000001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DCD; }

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

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

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

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

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

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

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

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