Html Css Color HEX #AB7A94 Bouquet

📋 copy color: '#AB7A94'

red 171 ◦ green 122 ◦ blue 148

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

Shades of Bouquet #AB7A94

Tints of Bouquet #AB7A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 38.78%
G = 27.66%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB7A94 (or 0xAB7A94) is known color: Bouquet. HEX triplet: AB, 7A and 94. RGB value is (171,122,148). Sum of RGB (Red+Green+Blue) = 171+122+148=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A94 is #54856B. Grayscale: #8B8B8B. Windows color (decimal): -5539180 or 9730731. OLE color: 9730731.

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

Color convert

RGB 171 122 148 -
CMYK 0 0.29 0.13 0.33
HSL 328.16º 0.23% 0.57% -
HSV(B) 328.16º 0.29% 0.67% -
XYZ 29.1 24.72 31.25 -
YUV 139.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 171 122 148 0 0.29 0.13 0.33 328.16 0.23 0.57
Hex AB 7A 94 0 1D D 21 148 17 39
Octal 253 172 224 0 35 15 41 510 27 71
Binary 10101011 1111010 10010100 0 11101 1101 100001 101001000 10111 111001

Color Harmonies of #AB7A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A94

Black with #AB7A94

Text Example


Text Example

White with #AB7A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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