#A68CD9

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

Shades of Biloba Flower #A68CD9

Tints of Biloba Flower #A68CD9

Color information

#A68CD9 (or 0xA68CD9) is unknown color: approx Biloba Flower. HEX triplet: A6, 8C and D9. RGB value is (166,140,217). Sum of RGB (Red+Green+Blue) = 166+140+217=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #A68CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CD9 is #597326. Grayscale: #9C9C9C. Windows color (decimal): -5862183 or 14257318. OLE color: 14257318.

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

Color convert

RGB166140217-
CMYK0.240.3500.15
HSL260.26º50.33%70%-
HSV(B)260.26º35.48%85.1%-
XYZ37.6331.8769.81-
YUV156.55162.11134.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=31.74%
G=26.77%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661402170.240.3500.15260.2650.3370
HexA68CD918230F1043246
Octal246214331304301740462106
Binary10100110100011001101100111000100011011111000001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CD9; }

 p { color: rgb(166,140,217); }

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

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

 a { background-color: rgb(166,140,217); }

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

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

 span { border-color: rgb(166,140,217); }

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