Html Css Color HEX #AB829B Bouquet

📋 copy color: '#AB829B'

red 171 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #AB829B

Tints of Bouquet #AB829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 37.5%
G = 28.51%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB829B (or 0xAB829B) is known color: Bouquet. HEX triplet: AB, 82 and 9B. RGB value is (171,130,155). Sum of RGB (Red+Green+Blue) = 171+130+155=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829B is #547D64. Grayscale: #919191. Windows color (decimal): -5537125 or 10191531. OLE color: 10191531.

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

Color convert

RGB 171 130 155 -
CMYK 0 0.24 0.09 0.33
HSL 323.41º 0.2% 0.59% -
HSV(B) 323.41º 0.24% 0.67% -
XYZ 30.69 26.99 34.6 -
YUV 145.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 171 130 155 0 0.24 0.09 0.33 323.41 0.2 0.59
Hex AB 82 9B 0 18 9 21 143 14 3B
Octal 253 202 233 0 30 11 41 503 24 73
Binary 10101011 10000010 10011011 0 11000 1001 100001 101000011 10100 111011

Color Harmonies of #AB829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB829B

Black with #AB829B

Text Example


Text Example

White with #AB829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB829B; }

 p { color: rgb(171,130,155); }

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

background-color css

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

 a { background-color: rgb(171,130,155); }

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

border-color css

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

 span { border-color: rgb(171,130,155); }

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