Html Css Color HEX #AB7B9C Bouquet

📋 copy color: '#AB7B9C'

red 171 ◦ green 123 ◦ blue 156

#AB7B9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AB7B9C

Tints of Bouquet #AB7B9C

RGB

 RED value IS 171 (67.19% from 255) = 38%

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 38%
G = 27.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB7B9C (or 0xAB7B9C) is known color: Bouquet. HEX triplet: AB, 7B and 9C. RGB value is (171,123,156). Sum of RGB (Red+Green+Blue) = 171+123+156=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B9C is #548463. Grayscale: #8D8D8D. Windows color (decimal): -5538916 or 10255275. OLE color: 10255275.

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

Color convert

RGB 171 123 156 -
CMYK 0 0.28 0.09 0.33
HSL 318.75º 0.22% 0.58% -
HSV(B) 318.75º 0.28% 0.67% -
XYZ 29.88 25.22 34.75 -
YUV 141.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 171 123 156 0 0.28 0.09 0.33 318.75 0.22 0.58
Hex AB 7B 9C 0 1C 9 21 13F 16 3A
Octal 253 173 234 0 34 11 41 477 26 72
Binary 10101011 1111011 10011100 0 11100 1001 100001 100111111 10110 111010

Color Harmonies of #AB7B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B9C

Black with #AB7B9C

Text Example


Text Example

White with #AB7B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B9C; }

 p { color: rgb(171,123,156); }

 H1.HeaderClassName
 {
   color: #AB7B9C;
 }
 .AnyTagClassName
 {
   color: #AB7B9C;
 }
</style>

background-color css

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

 a { background-color: rgb(171,123,156); }

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

border-color css

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

 span { border-color: rgb(171,123,156); }

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