#A68AD1

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

Shades of Biloba Flower #A68AD1

Tints of Biloba Flower #A68AD1

Color information

#A68AD1 (or 0xA68AD1) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and D1. RGB value is (166,138,209). Sum of RGB (Red+Green+Blue) = 166+138+209=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #A68AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AD1 is #59752E. Grayscale: #9A9A9A. Windows color (decimal): -5862703 or 13732518. OLE color: 13732518.

HSL color Cylindrical-coordinate representation of color #A68AD1: hue angle of 263.66º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68AD1 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166138209-
CMYK0.210.3400.18
HSL263.66º43.56%68.04%-
HSV(B)263.66º33.97%81.96%-
XYZ36.3230.8964.37-
YUV154.47158.78136.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=32.36%
G=26.90%
B=40.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661382090.210.3400.18263.6643.5668.04
HexA68AD115220121082c44
Octal246212321254202241054104
Binary101001101000101011010001101011000100100101000010001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AD1; }

 p { color: rgb(166,138,209); }

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

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

 a { background-color: rgb(166,138,209); }

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

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

 span { border-color: rgb(166,138,209); }

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