#AB92CE

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

Shades of Biloba Flower #AB92CE

Tints of Biloba Flower #AB92CE

Color information

#AB92CE (or 0xAB92CE) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and CE. RGB value is (171,146,206). Sum of RGB (Red+Green+Blue) = 171+146+206=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92CE is #546D31. Grayscale: #A0A0A0. Windows color (decimal): -5532978 or 13537963. OLE color: 13537963.

HSL color Cylindrical-coordinate representation of color #AB92CE: hue angle of 265º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB92CE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171146206-
CMYK0.170.2900.19
HSL265º37.97%69.02%-
HSV(B)265º29.13%80.78%-
XYZ38.2133.6762.88-
YUV160.32153.78135.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=32.70%
G=27.92%
B=39.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711462060.170.2900.1926537.9769.02
HexAB92CE111D0131092645
Octal253222316213502341146105
Binary10101011100100101100111010001111010100111000010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92CE; }

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

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

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

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

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

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

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

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