#A692D5

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

Shades of Biloba Flower #A692D5

Tints of Biloba Flower #A692D5

Color information

#A692D5 (or 0xA692D5) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and D5. RGB value is (166,146,213). Sum of RGB (Red+Green+Blue) = 166+146+213=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #A692D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692D5 is #596D2A. Grayscale: #9F9F9F. Windows color (decimal): -5860651 or 13996710. OLE color: 13996710.

HSL color Cylindrical-coordinate representation of color #A692D5: hue angle of 257.91º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A692D5 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166146213-
CMYK0.220.3100.16
HSL257.91º44.37%70.39%-
HSV(B)257.91º31.46%83.53%-
XYZ38.0233.4767.41-
YUV159.62158.13132.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=31.62%
G=27.81%
B=40.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661462130.220.3100.16257.9144.3770.39
HexA692D5161F0101022c46
Octal246222325263702040254106
Binary10100110100100101101010110110111110100001000000101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692D5; }

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

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

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

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

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

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

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

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