#A692D2

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

Shades of Biloba Flower #A692D2

Tints of Biloba Flower #A692D2

Color information

#A692D2 (or 0xA692D2) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and D2. RGB value is (166,146,210). Sum of RGB (Red+Green+Blue) = 166+146+210=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #A692D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692D2 is #596D2D. Grayscale: #9F9F9F. Windows color (decimal): -5860654 or 13800102. OLE color: 13800102.

HSL color Cylindrical-coordinate representation of color #A692D2: hue angle of 258.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A692D2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166146210-
CMYK0.210.3000.18
HSL258.75º41.56%69.8%-
HSV(B)258.75º30.48%82.35%-
XYZ37.6433.3265.42-
YUV159.28156.63132.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 210 (82.42% from 255) = 40.23%
R=31.80%
G=27.97%
B=40.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661462100.210.3000.18258.7541.5669.8
HexA692D2151E0121032a46
Octal246222322253602240352106
Binary10100110100100101101001010101111100100101000000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692D2; }

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

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

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

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

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

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

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

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