#A68ED4

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

Shades of Biloba Flower #A68ED4

Tints of Biloba Flower #A68ED4

Color information

#A68ED4 (or 0xA68ED4) is unknown color: approx Biloba Flower. HEX triplet: A6, 8E and D4. RGB value is (166,142,212). Sum of RGB (Red+Green+Blue) = 166+142+212=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #A68ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ED4 is #59712B. Grayscale: #9C9C9C. Windows color (decimal): -5861676 or 13930150. OLE color: 13930150.

HSL color Cylindrical-coordinate representation of color #A68ED4: hue angle of 260.57º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68ED4 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166142212-
CMYK0.220.3300.17
HSL260.57º44.87%69.41%-
HSV(B)260.57º33.02%83.14%-
XYZ37.2832.2166.54-
YUV157.16158.95134.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=31.92%
G=27.31%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661422120.220.3300.17260.5744.8769.41
HexA68ED416210111052d45
Octal246216324264102140555105
Binary101001101000111011010100101101000010100011000001011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ED4; }

 p { color: rgb(166,142,212); }

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

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

 a { background-color: rgb(166,142,212); }

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

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

 span { border-color: rgb(166,142,212); }

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