Html Css Color HEX #AB7396 Bouquet

📋 copy color: '#AB7396'

red 171 ◦ green 115 ◦ blue 150

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

Shades of Bouquet #AB7396

Tints of Bouquet #AB7396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 39.22%
G = 26.38%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB7396 (or 0xAB7396) is known color: Bouquet. HEX triplet: AB, 73 and 96. RGB value is (171,115,150). Sum of RGB (Red+Green+Blue) = 171+115+150=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7396 is #548C69. Grayscale: #878787. Windows color (decimal): -5540970 or 9860011. OLE color: 9860011.

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

Color convert

RGB 171 115 150 -
CMYK 0 0.33 0.12 0.33
HSL 322.5º 0.25% 0.56% -
HSV(B) 322.5º 0.33% 0.67% -
XYZ 28.43 23.12 31.82 -
YUV 135.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 171 115 150 0 0.33 0.12 0.33 322.5 0.25 0.56
Hex AB 73 96 0 21 C 21 142 19 38
Octal 253 163 226 0 41 14 41 502 31 70
Binary 10101011 1110011 10010110 0 100001 1100 100001 101000010 11001 111000

Color Harmonies of #AB7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7396

Black with #AB7396

Text Example


Text Example

White with #AB7396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7396; }

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

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

background-color css

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

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

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

border-color css

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

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

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