#AB95C4

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

Shades of Biloba Flower #AB95C4

Tints of Biloba Flower #AB95C4

Color information

#AB95C4 (or 0xAB95C4) is unknown color: approx Biloba Flower. HEX triplet: AB, 95 and C4. RGB value is (171,149,196). Sum of RGB (Red+Green+Blue) = 171+149+196=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95C4 is #546A3B. Grayscale: #A0A0A0. Windows color (decimal): -5532220 or 12883371. OLE color: 12883371.

HSL color Cylindrical-coordinate representation of color #AB95C4: hue angle of 268.09º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB95C4 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171149196-
CMYK0.130.2400.23
HSL268.09º28.48%67.65%-
HSV(B)268.09º23.98%76.86%-
XYZ37.5134.1456.84-
YUV160.94147.79135.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=33.14%
G=28.88%
B=37.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711491960.130.2400.23268.0928.4867.65
HexAB95C4D1801710c1c44
Octal253225304153002741434104
Binary101010111001010111000100110111000010111100001100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95C4; }

 p { color: rgb(171,149,196); }

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

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

 a { background-color: rgb(171,149,196); }

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

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

 span { border-color: rgb(171,149,196); }

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