#A68AD0

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

Shades of Biloba Flower #A68AD0

Tints of Biloba Flower #A68AD0

Color information

#A68AD0 (or 0xA68AD0) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and D0. RGB value is (166,138,208). Sum of RGB (Red+Green+Blue) = 166+138+208=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #A68AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AD0 is #59752F. Grayscale: #9A9A9A. Windows color (decimal): -5862704 or 13666982. OLE color: 13666982.

HSL color Cylindrical-coordinate representation of color #A68AD0: hue angle of 264º degrees, saturation: 0.43, 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 #A68AD0 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166138208-
CMYK0.200.3400.18
HSL264º42.68%67.84%-
HSV(B)264º33.65%81.57%-
XYZ36.230.8463.72-
YUV154.35158.28136.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 208 (81.64% from 255) = 40.62%
R=32.42%
G=26.95%
B=40.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661382080.200.3400.1826442.6867.84
HexA68AD014220121082b44
Octal246212320244202241053104
Binary101001101000101011010000101001000100100101000010001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AD0; }

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

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

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

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

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

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

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

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