#AB92DD

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

Shades of Biloba Flower #AB92DD

Tints of Biloba Flower #AB92DD

Color information

#AB92DD (or 0xAB92DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and DD. RGB value is (171,146,221). Sum of RGB (Red+Green+Blue) = 171+146+221=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92DD is #546D22. Grayscale: #A1A1A1. Windows color (decimal): -5532963 or 14521003. OLE color: 14521003.

HSL color Cylindrical-coordinate representation of color #AB92DD: hue angle of 260º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB92DD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171146221-
CMYK0.230.3400.13
HSL260º52.45%71.96%-
HSV(B)260º33.94%86.67%-
XYZ40.1234.4472.94-
YUV162.02161.28134.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=31.78%
G=27.14%
B=41.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711462210.230.3400.1326052.4571.96
HexAB92DD17220D1043448
Octal253222335274201540464110
Binary10101011100100101101110110111100010011011000001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92DD; }

 p { color: rgb(171,146,221); }

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

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

 a { background-color: rgb(171,146,221); }

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

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

 span { border-color: rgb(171,146,221); }

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