Html Css Color HEX #AB6896 Bouquet

📋 copy color: '#AB6896'

red 171 ◦ green 104 ◦ blue 150

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

Shades of Bouquet #AB6896

Tints of Bouquet #AB6896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

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

R = 40.24%
G = 24.47%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB6896 (or 0xAB6896) is known color: Bouquet. HEX triplet: AB, 68 and 96. RGB value is (171,104,150). Sum of RGB (Red+Green+Blue) = 171+104+150=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6896 is #549769. Grayscale: #818181. Windows color (decimal): -5543786 or 9857195. OLE color: 9857195.

HSL color Cylindrical-coordinate representation of color #AB6896: hue angle of 318.81º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6896 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 104 150 -
CMYK 0 0.39 0.12 0.33
HSL 318.81º 0.29% 0.54% -
HSV(B) 318.81º 0.39% 0.67% -
XYZ 27.25 20.76 31.43 -
YUV 129.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 171 104 150 0 0.39 0.12 0.33 318.81 0.29 0.54
Hex AB 68 96 0 27 C 21 13F 1D 36
Octal 253 150 226 0 47 14 41 477 35 66
Binary 10101011 1101000 10010110 0 100111 1100 100001 100111111 11101 110110

Color Harmonies of #AB6896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6896

Black with #AB6896

Text Example


Text Example

White with #AB6896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6896; }

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

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

background-color css

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

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

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

border-color css

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

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

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