#AB6696

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

Shades of Bouquet #AB6696

Tints of Bouquet #AB6696

Color information

#AB6696 (or 0xAB6696) is unknown color: approx Bouquet. HEX triplet: AB, 66 and 96. RGB value is (171,102,150). Sum of RGB (Red+Green+Blue) = 171+102+150=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6696 is #549969. Grayscale: #7F7F7F. Windows color (decimal): -5544298 or 9856683. OLE color: 9856683.

HSL color Cylindrical-coordinate representation of color #AB6696: hue angle of 318.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6696 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171102150-
CMYK00.400.120.33
HSL318.26º29.11%53.53%-
HSV(B)318.26º40.35%67.06%-
XYZ27.0520.3631.36-
YUV128.1140.36158.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=40.43%
G=24.11%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110215000.400.120.33318.2629.1153.53
HexAB6696028C2113e1d36
Octal25314622605014414763566
Binary101010111100110100101100101000110010000110011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6696; }

 p { color: rgb(171,102,150); }

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

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

 a { background-color: rgb(171,102,150); }

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

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

 span { border-color: rgb(171,102,150); }

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