#A68DD1

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

Shades of Biloba Flower #A68DD1

Tints of Biloba Flower #A68DD1

Color information

#A68DD1 (or 0xA68DD1) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and D1. RGB value is (166,141,209). Sum of RGB (Red+Green+Blue) = 166+141+209=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #A68DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DD1 is #59722E. Grayscale: #9B9B9B. Windows color (decimal): -5861935 or 13733286. OLE color: 13733286.

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

Color convert

RGB166141209-
CMYK0.210.3300.18
HSL262.06º42.5%68.63%-
HSV(B)262.06º32.54%81.96%-
XYZ36.7631.7664.51-
YUV156.23157.78134.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=32.17%
G=27.33%
B=40.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661412090.210.3300.18262.0642.568.63
HexA68DD115210121062a45
Octal246215321254102240652105
Binary101001101000110111010001101011000010100101000001101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DD1; }

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

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

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

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

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

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

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

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