#A692DC

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

Shades of Biloba Flower #A692DC

Tints of Biloba Flower #A692DC

Color information

#A692DC (or 0xA692DC) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and DC. RGB value is (166,146,220). Sum of RGB (Red+Green+Blue) = 166+146+220=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A692DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692DC is #596D23. Grayscale: #A0A0A0. Windows color (decimal): -5860644 or 14455462. OLE color: 14455462.

HSL color Cylindrical-coordinate representation of color #A692DC: hue angle of 256.22º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A692DC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166146220-
CMYK0.250.3400.14
HSL256.22º51.39%71.76%-
HSV(B)256.22º33.64%86.27%-
XYZ38.9233.8372.19-
YUV160.42161.63131.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=31.20%
G=27.44%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661462200.250.3400.14256.2251.3971.76
HexA692DC19220E1003348
Octal246222334314201640063110
Binary10100110100100101101110011001100010011101000000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692DC; }

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

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

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

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

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

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

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

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