Html Css Color HEX #AB7B9E Bouquet

📋 copy color: '#AB7B9E'

red 171 ◦ green 123 ◦ blue 158

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

Shades of Bouquet #AB7B9E

Tints of Bouquet #AB7B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 37.83%
G = 27.21%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB7B9E (or 0xAB7B9E) is known color: Bouquet. HEX triplet: AB, 7B and 9E. RGB value is (171,123,158). Sum of RGB (Red+Green+Blue) = 171+123+158=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B9E is #548461. Grayscale: #8D8D8D. Windows color (decimal): -5538914 or 10386347. OLE color: 10386347.

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

Color convert

RGB 171 123 158 -
CMYK 0 0.28 0.08 0.33
HSL 316.25º 0.22% 0.58% -
HSV(B) 316.25º 0.28% 0.67% -
XYZ 30.05 25.29 35.65 -
YUV 141.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 171 123 158 0 0.28 0.08 0.33 316.25 0.22 0.58
Hex AB 7B 9E 0 1C 8 21 13C 16 3A
Octal 253 173 236 0 34 10 41 474 26 72
Binary 10101011 1111011 10011110 0 11100 1000 100001 100111100 10110 111010

Color Harmonies of #AB7B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B9E

Black with #AB7B9E

Text Example


Text Example

White with #AB7B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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