Html Css Color HEX #AB7B93 Bouquet

📋 copy color: '#AB7B93'

red 171 ◦ green 123 ◦ blue 147

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

Shades of Bouquet #AB7B93

Tints of Bouquet #AB7B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 38.78%
G = 27.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB7B93 (or 0xAB7B93) is known color: Bouquet. HEX triplet: AB, 7B and 93. RGB value is (171,123,147). Sum of RGB (Red+Green+Blue) = 171+123+147=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B93 is #54846C. Grayscale: #8C8C8C. Windows color (decimal): -5538925 or 9665451. OLE color: 9665451.

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

Color convert

RGB 171 123 147 -
CMYK 0 0.28 0.14 0.33
HSL 330º 0.22% 0.58% -
HSV(B) 330º 0.28% 0.67% -
XYZ 29.14 24.93 30.88 -
YUV 140.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 171 123 147 0 0.28 0.14 0.33 330 0.22 0.58
Hex AB 7B 93 0 1C E 21 14A 16 3A
Octal 253 173 223 0 34 16 41 512 26 72
Binary 10101011 1111011 10010011 0 11100 1110 100001 101001010 10110 111010

Color Harmonies of #AB7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B93

Black with #AB7B93

Text Example


Text Example

White with #AB7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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