Html Css Color HEX #AB739E Bouquet

📋 copy color: '#AB739E'

red 171 ◦ green 115 ◦ blue 158

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

Shades of Bouquet #AB739E

Tints of Bouquet #AB739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 38.51%
G = 25.9%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB739E (or 0xAB739E) is known color: Bouquet. HEX triplet: AB, 73 and 9E. RGB value is (171,115,158). Sum of RGB (Red+Green+Blue) = 171+115+158=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB739E is #548C61. Grayscale: #888888. Windows color (decimal): -5540962 or 10384299. OLE color: 10384299.

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

Color convert

RGB 171 115 158 -
CMYK 0 0.33 0.08 0.33
HSL 313.93º 0.25% 0.56% -
HSV(B) 313.93º 0.33% 0.67% -
XYZ 29.1 23.39 35.33 -
YUV 136.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 171 115 158 0 0.33 0.08 0.33 313.93 0.25 0.56
Hex AB 73 9E 0 21 8 21 13A 19 38
Octal 253 163 236 0 41 10 41 472 31 70
Binary 10101011 1110011 10011110 0 100001 1000 100001 100111010 11001 111000

Color Harmonies of #AB739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB739E

Black with #AB739E

Text Example


Text Example

White with #AB739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB739E; }

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

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

background-color css

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

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

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

border-color css

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

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

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