Html Css Color HEX #AB7A9A Bouquet

📋 copy color: '#AB7A9A'

red 171 ◦ green 122 ◦ blue 154

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

Shades of Bouquet #AB7A9A

Tints of Bouquet #AB7A9A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 38.26%
G = 27.29%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB7A9A (or 0xAB7A9A) is known color: Bouquet. HEX triplet: AB, 7A and 9A. RGB value is (171,122,154). Sum of RGB (Red+Green+Blue) = 171+122+154=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A9A is #548565. Grayscale: #8C8C8C. Windows color (decimal): -5539174 or 10123947. OLE color: 10123947.

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

Color convert

RGB 171 122 154 -
CMYK 0 0.29 0.10 0.33
HSL 320.82º 0.23% 0.57% -
HSV(B) 320.82º 0.29% 0.67% -
XYZ 29.59 24.91 33.82 -
YUV 140.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 171 122 154 0 0.29 0.10 0.33 320.82 0.23 0.57
Hex AB 7A 9A 0 1D A 21 141 17 39
Octal 253 172 232 0 35 12 41 501 27 71
Binary 10101011 1111010 10011010 0 11101 1010 100001 101000001 10111 111001

Color Harmonies of #AB7A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A9A

Black with #AB7A9A

Text Example


Text Example

White with #AB7A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A9A; }

 p { color: rgb(171,122,154); }

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

background-color css

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

 a { background-color: rgb(171,122,154); }

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

border-color css

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

 span { border-color: rgb(171,122,154); }

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