Html Css Color HEX #AB6E9F Bouquet

📋 copy color: '#AB6E9F'

red 171 ◦ green 110 ◦ blue 159

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

Shades of Bouquet #AB6E9F

Tints of Bouquet #AB6E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25%

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

R = 38.86%
G = 25%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB6E9F (or 0xAB6E9F) is known color: Bouquet. HEX triplet: AB, 6E and 9F. RGB value is (171,110,159). Sum of RGB (Red+Green+Blue) = 171+110+159=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6E9F is #549160. Grayscale: #858585. Windows color (decimal): -5542241 or 10448555. OLE color: 10448555.

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

Color convert

RGB 171 110 159 -
CMYK 0 0.36 0.07 0.33
HSL 311.8º 0.27% 0.55% -
HSV(B) 311.8º 0.36% 0.67% -
XYZ 28.63 22.31 35.6 -
YUV 133.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 171 110 159 0 0.36 0.07 0.33 311.8 0.27 0.55
Hex AB 6E 9F 0 24 7 21 138 1B 37
Octal 253 156 237 0 44 7 41 470 33 67
Binary 10101011 1101110 10011111 0 100100 111 100001 100111000 11011 110111

Color Harmonies of #AB6E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E9F

Black with #AB6E9F

Text Example


Text Example

White with #AB6E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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