#AB699A

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

Shades of Bouquet #AB699A

Tints of Bouquet #AB699A

Color information

#AB699A (or 0xAB699A) is unknown color: approx Bouquet. HEX triplet: AB, 69 and 9A. RGB value is (171,105,154). Sum of RGB (Red+Green+Blue) = 171+105+154=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB699A is #549665. Grayscale: #828282. Windows color (decimal): -5543526 or 10119595. OLE color: 10119595.

HSL color Cylindrical-coordinate representation of color #AB699A: hue angle of 315.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB699A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171105154-
CMYK00.390.100.33
HSL315.45º28.21%54.12%-
HSV(B)315.45º38.6%67.06%-
XYZ27.6821.0933.18-
YUV130.32141.37157.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=39.77%
G=24.42%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110515400.390.100.33315.4528.2154.12
HexAB699A027A2113b1c36
Octal25315123204712414733466
Binary101010111101001100110100100111101010000110011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB699A; }

 p { color: rgb(171,105,154); }

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

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

 a { background-color: rgb(171,105,154); }

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

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

 span { border-color: rgb(171,105,154); }

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