Html Css Color HEX #AB7BA1 Bouquet

📋 copy color: '#AB7BA1'

red 171 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #AB7BA1

Tints of Bouquet #AB7BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 37.58%
G = 27.03%
B = 35.38%

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

#AB7BA1 (or 0xAB7BA1) is known color: Bouquet. HEX triplet: AB, 7B and A1. RGB value is (171,123,161). Sum of RGB (Red+Green+Blue) = 171+123+161=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7BA1 is #54845E. Grayscale: #8D8D8D. Windows color (decimal): -5538911 or 10582955. OLE color: 10582955.

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

Color convert

RGB 171 123 161 -
CMYK 0 0.28 0.06 0.33
HSL 312.5º 0.22% 0.58% -
HSV(B) 312.5º 0.28% 0.67% -
XYZ 30.31 25.4 37.02 -
YUV 141.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 171 123 161 0 0.28 0.06 0.33 312.5 0.22 0.58
Hex AB 7B A1 0 1C 6 21 138 16 3A
Octal 253 173 241 0 34 6 41 470 26 72
Binary 10101011 1111011 10100001 0 11100 110 100001 100111000 10110 111010

Color Harmonies of #AB7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7BA1

Black with #AB7BA1

Text Example


Text Example

White with #AB7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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