Html Css Color HEX #AB829E Bouquet

📋 copy color: '#AB829E'

red 171 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #AB829E

Tints of Bouquet #AB829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 37.25%
G = 28.32%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB829E (or 0xAB829E) is known color: Bouquet. HEX triplet: AB, 82 and 9E. RGB value is (171,130,158). Sum of RGB (Red+Green+Blue) = 171+130+158=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829E is #547D61. Grayscale: #919191. Windows color (decimal): -5537122 or 10388139. OLE color: 10388139.

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

Color convert

RGB 171 130 158 -
CMYK 0 0.24 0.08 0.33
HSL 319.02º 0.2% 0.59% -
HSV(B) 319.02º 0.24% 0.67% -
XYZ 30.95 27.09 35.95 -
YUV 145.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 171 130 158 0 0.24 0.08 0.33 319.02 0.2 0.59
Hex AB 82 9E 0 18 8 21 13F 14 3B
Octal 253 202 236 0 30 10 41 477 24 73
Binary 10101011 10000010 10011110 0 11000 1000 100001 100111111 10100 111011

Color Harmonies of #AB829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB829E

Black with #AB829E

Text Example


Text Example

White with #AB829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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