#A68DEC

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

Shades of Biloba Flower #A68DEC

Tints of Biloba Flower #A68DEC

Color information

#A68DEC (or 0xA68DEC) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and EC. RGB value is (166,141,236). Sum of RGB (Red+Green+Blue) = 166+141+236=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A68DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DEC is #597213. Grayscale: #9E9E9E. Windows color (decimal): -5861908 or 15502758. OLE color: 15502758.

HSL color Cylindrical-coordinate representation of color #A68DEC: hue angle of 255.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68DEC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166141236-
CMYK0.300.4000.07
HSL255.79º71.43%73.92%-
HSV(B)255.79º40.25%92.55%-
XYZ40.3933.2183.64-
YUV159.3171.28132.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=30.57%
G=25.97%
B=43.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661412360.300.4000.07255.7971.4373.92
HexA68DEC1E2807100474a
Octal246215354365007400107112
Binary10100110100011011110110011110101000011110000000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DEC; }

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

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

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

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

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

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

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

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