Html Css Color HEX #AB76A0 Bouquet

📋 copy color: '#AB76A0'

red 171 ◦ green 118 ◦ blue 160

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

Shades of Bouquet #AB76A0

Tints of Bouquet #AB76A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 38.08%
G = 26.28%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB76A0 (or 0xAB76A0) is known color: Bouquet. HEX triplet: AB, 76 and A0. RGB value is (171,118,160). Sum of RGB (Red+Green+Blue) = 171+118+160=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76A0 is #54895F. Grayscale: #8A8A8A. Windows color (decimal): -5540192 or 10516139. OLE color: 10516139.

HSL color Cylindrical-coordinate representation of color #AB76A0: hue angle of 312.45º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB76A0 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 160 -
CMYK 0 0.31 0.06 0.33
HSL 312.45º 0.24% 0.57% -
HSV(B) 312.45º 0.31% 0.67% -
XYZ 29.62 24.15 36.36 -
YUV 138.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 171 118 160 0 0.31 0.06 0.33 312.45 0.24 0.57
Hex AB 76 A0 0 1F 6 21 138 18 39
Octal 253 166 240 0 37 6 41 470 30 71
Binary 10101011 1110110 10100000 0 11111 110 100001 100111000 11000 111001

Color Harmonies of #AB76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76A0

Black with #AB76A0

Text Example


Text Example

White with #AB76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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