Html Css Color HEX #AB6B95 Bouquet

📋 copy color: '#AB6B95'

red 171 ◦ green 107 ◦ blue 149

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

Shades of Bouquet #AB6B95

Tints of Bouquet #AB6B95

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 40.05%
G = 25.06%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB6B95 (or 0xAB6B95) is known color: Bouquet. HEX triplet: AB, 6B and 95. RGB value is (171,107,149). Sum of RGB (Red+Green+Blue) = 171+107+149=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B95 is #54946A. Grayscale: #828282. Windows color (decimal): -5543019 or 9792427. OLE color: 9792427.

HSL color Cylindrical-coordinate representation of color #AB6B95: hue angle of 320.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B95 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 107 149 -
CMYK 0 0.37 0.13 0.33
HSL 320.63º 0.28% 0.55% -
HSV(B) 320.63º 0.37% 0.67% -
XYZ 27.48 21.34 31.11 -
YUV 130.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 171 107 149 0 0.37 0.13 0.33 320.63 0.28 0.55
Hex AB 6B 95 0 25 D 21 141 1C 37
Octal 253 153 225 0 45 15 41 501 34 67
Binary 10101011 1101011 10010101 0 100101 1101 100001 101000001 11100 110111

Color Harmonies of #AB6B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B95

Black with #AB6B95

Text Example


Text Example

White with #AB6B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B95; }

 p { color: rgb(171,107,149); }

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

background-color css

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

 a { background-color: rgb(171,107,149); }

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

border-color css

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

 span { border-color: rgb(171,107,149); }

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