Html Css Color HEX #AB7BA0 Bouquet

📋 copy color: '#AB7BA0'

red 171 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #AB7BA0

Tints of Bouquet #AB7BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 37.67%
G = 27.09%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB7BA0 (or 0xAB7BA0) is known color: Bouquet. HEX triplet: AB, 7B and A0. RGB value is (171,123,160). Sum of RGB (Red+Green+Blue) = 171+123+160=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7BA0 is #54845F. Grayscale: #8D8D8D. Windows color (decimal): -5538912 or 10517419. OLE color: 10517419.

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

Color convert

RGB 171 123 160 -
CMYK 0 0.28 0.06 0.33
HSL 313.75º 0.22% 0.58% -
HSV(B) 313.75º 0.28% 0.67% -
XYZ 30.22 25.36 36.56 -
YUV 141.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 171 123 160 0 0.28 0.06 0.33 313.75 0.22 0.58
Hex AB 7B A0 0 1C 6 21 13A 16 3A
Octal 253 173 240 0 34 6 41 472 26 72
Binary 10101011 1111011 10100000 0 11100 110 100001 100111010 10110 111010

Color Harmonies of #AB7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7BA0

Black with #AB7BA0

Text Example


Text Example

White with #AB7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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