#AB6795

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

Shades of Bouquet #AB6795

Tints of Bouquet #AB6795

Color information

#AB6795 (or 0xAB6795) is unknown color: approx Bouquet. HEX triplet: AB, 67 and 95. RGB value is (171,103,149). Sum of RGB (Red+Green+Blue) = 171+103+149=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6795 is #54986A. Grayscale: #808080. Windows color (decimal): -5544043 or 9791403. OLE color: 9791403.

HSL color Cylindrical-coordinate representation of color #AB6795: hue angle of 319.41º 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 #AB6795 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB171103149-
CMYK00.400.130.33
HSL319.41º28.81%53.73%-
HSV(B)319.41º39.77%67.06%-
XYZ27.0720.5330.97-
YUV128.58139.53158.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=40.43%
G=24.35%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110314900.400.130.33319.4128.8153.73
HexAB6795028D2113f1d36
Octal25314722505015414773566
Binary101010111100111100101010101000110110000110011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6795; }

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

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

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

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

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

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

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

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