#AB92D4

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

Shades of Biloba Flower #AB92D4

Tints of Biloba Flower #AB92D4

Color information

#AB92D4 (or 0xAB92D4) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and D4. RGB value is (171,146,212). Sum of RGB (Red+Green+Blue) = 171+146+212=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB92D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92D4 is #546D2B. Grayscale: #A0A0A0. Windows color (decimal): -5532972 or 13931179. OLE color: 13931179.

HSL color Cylindrical-coordinate representation of color #AB92D4: hue angle of 262.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB92D4 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171146212-
CMYK0.190.3100.17
HSL262.73º43.42%70.2%-
HSV(B)262.73º31.13%83.14%-
XYZ38.9633.9766.79-
YUV161156.78135.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=32.33%
G=27.60%
B=40.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711462120.190.3100.17262.7343.4270.2
HexAB92D4131F0111072b46
Octal253222324233702140753106
Binary10101011100100101101010010011111110100011000001111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92D4; }

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

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

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

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

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

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

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

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