#A683DC

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

Shades of Biloba Flower #A683DC

Tints of Biloba Flower #A683DC

Color information

#A683DC (or 0xA683DC) is unknown color: approx Biloba Flower. HEX triplet: A6, 83 and DC. RGB value is (166,131,220). Sum of RGB (Red+Green+Blue) = 166+131+220=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A683DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683DC is #597C23. Grayscale: #979797. Windows color (decimal): -5864484 or 14451622. OLE color: 14451622.

HSL color Cylindrical-coordinate representation of color #A683DC: hue angle of 263.6º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A683DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166131220-
CMYK0.250.4000.14
HSL263.6º55.97%68.82%-
HSV(B)263.6º40.45%86.27%-
XYZ36.7629.5171.47-
YUV151.61166.6138.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 131 (51.56% from 255) = 25.34%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=32.11%
G=25.34%
B=42.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661312200.250.4000.14263.655.9768.82
HexA683DC19280E1083845
Octal246203334315001641070105
Binary10100110100000111101110011001101000011101000010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683DC; }

 p { color: rgb(166,131,220); }

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

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

 a { background-color: rgb(166,131,220); }

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

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

 span { border-color: rgb(166,131,220); }

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