Html Css Color HEX #AB8CA1 Bouquet

📋 copy color: '#AB8CA1'

red 171 ◦ green 140 ◦ blue 161

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

Shades of Bouquet #AB8CA1

Tints of Bouquet #AB8CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 36.23%
G = 29.66%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB8CA1 (or 0xAB8CA1) is known color: Bouquet. HEX triplet: AB, 8C and A1. RGB value is (171,140,161). Sum of RGB (Red+Green+Blue) = 171+140+161=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CA1 is #54735E. Grayscale: #979797. Windows color (decimal): -5534559 or 10587307. OLE color: 10587307.

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

Color convert

RGB 171 140 161 -
CMYK 0 0.18 0.06 0.33
HSL 319.35º 0.16% 0.61% -
HSV(B) 319.35º 0.18% 0.67% -
XYZ 32.61 29.99 37.79 -
YUV 151.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 171 140 161 0 0.18 0.06 0.33 319.35 0.16 0.61
Hex AB 8C A1 0 12 6 21 13F 10 3D
Octal 253 214 241 0 22 6 41 477 20 75
Binary 10101011 10001100 10100001 0 10010 110 100001 100111111 10000 111101

Color Harmonies of #AB8CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CA1

Black with #AB8CA1

Text Example


Text Example

White with #AB8CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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