Html Css Color HEX #AB6F9F Bouquet

📋 copy color: '#AB6F9F'

red 171 ◦ green 111 ◦ blue 159

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

Shades of Bouquet #AB6F9F

Tints of Bouquet #AB6F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 38.78%
G = 25.17%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB6F9F (or 0xAB6F9F) is known color: Bouquet. HEX triplet: AB, 6F and 9F. RGB value is (171,111,159). Sum of RGB (Red+Green+Blue) = 171+111+159=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6F9F is #549060. Grayscale: #868686. Windows color (decimal): -5541985 or 10448811. OLE color: 10448811.

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

Color convert

RGB 171 111 159 -
CMYK 0 0.35 0.07 0.33
HSL 312º 0.26% 0.55% -
HSV(B) 312º 0.35% 0.67% -
XYZ 28.74 22.53 35.64 -
YUV 134.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 171 111 159 0 0.35 0.07 0.33 312 0.26 0.55
Hex AB 6F 9F 0 23 7 21 138 1A 37
Octal 253 157 237 0 43 7 41 470 32 67
Binary 10101011 1101111 10011111 0 100011 111 100001 100111000 11010 110111

Color Harmonies of #AB6F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F9F

Black with #AB6F9F

Text Example


Text Example

White with #AB6F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F9F; }

 p { color: rgb(171,111,159); }

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

background-color css

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

 a { background-color: rgb(171,111,159); }

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

border-color css

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

 span { border-color: rgb(171,111,159); }

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