#A68ADA

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

Shades of Biloba Flower #A68ADA

Tints of Biloba Flower #A68ADA

Color information

#A68ADA (or 0xA68ADA) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and DA. RGB value is (166,138,218). Sum of RGB (Red+Green+Blue) = 166+138+218=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A68ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ADA is #597525. Grayscale: #9B9B9B. Windows color (decimal): -5862694 or 14322342. OLE color: 14322342.

HSL color Cylindrical-coordinate representation of color #A68ADA: hue angle of 261º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68ADA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166138218-
CMYK0.240.3700.15
HSL261º51.95%69.8%-
HSV(B)261º36.7%85.49%-
XYZ37.4731.3570.41-
YUV155.49163.28135.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=31.80%
G=26.44%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661382180.240.3700.1526151.9569.8
HexA68ADA18250F1053446
Octal246212332304501740564106
Binary10100110100010101101101011000100101011111000001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ADA; }

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

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

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

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

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

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

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

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