#AB92CD

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

Shades of Biloba Flower #AB92CD

Tints of Biloba Flower #AB92CD

Color information

#AB92CD (or 0xAB92CD) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and CD. RGB value is (171,146,205). Sum of RGB (Red+Green+Blue) = 171+146+205=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92CD is #546D32. Grayscale: #9F9F9F. Windows color (decimal): -5532979 or 13472427. OLE color: 13472427.

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

Color convert

RGB171146205-
CMYK0.170.2900.20
HSL265.42º37.11%68.82%-
HSV(B)265.42º28.78%80.39%-
XYZ38.0933.6262.24-
YUV160.2153.28135.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=32.76%
G=27.97%
B=39.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711462050.170.2900.20265.4237.1168.82
HexAB92CD111D0141092545
Octal253222315213502441145105
Binary10101011100100101100110110001111010101001000010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92CD; }

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

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

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

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

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

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

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

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