Html Css Color HEX #AB80A4 Bouquet

📋 copy color: '#AB80A4'

red 171 ◦ green 128 ◦ blue 164

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

Shades of Bouquet #AB80A4

Tints of Bouquet #AB80A4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 36.93%
G = 27.65%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB80A4 (or 0xAB80A4) is known color: Bouquet. HEX triplet: AB, 80 and A4. RGB value is (171,128,164). Sum of RGB (Red+Green+Blue) = 171+128+164=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB80A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80A4 is #547F5B. Grayscale: #909090. Windows color (decimal): -5537628 or 10780843. OLE color: 10780843.

HSL color Cylindrical-coordinate representation of color #AB80A4: hue angle of 309.77º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB80A4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 164 -
CMYK 0 0.25 0.04 0.33
HSL 309.77º 0.2% 0.59% -
HSV(B) 309.77º 0.25% 0.67% -
XYZ 31.21 26.78 38.65 -
YUV 144.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 171 128 164 0 0.25 0.04 0.33 309.77 0.2 0.59
Hex AB 80 A4 0 19 4 21 136 14 3B
Octal 253 200 244 0 31 4 41 466 24 73
Binary 10101011 10000000 10100100 0 11001 100 100001 100110110 10100 111011

Color Harmonies of #AB80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80A4

Black with #AB80A4

Text Example


Text Example

White with #AB80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80A4; }

 p { color: rgb(171,128,164); }

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

background-color css

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

 a { background-color: rgb(171,128,164); }

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

border-color css

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

 span { border-color: rgb(171,128,164); }

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