Html Css Color HEX #AB768F Bouquet

📋 copy color: '#AB768F'

red 171 ◦ green 118 ◦ blue 143

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

Shades of Bouquet #AB768F

Tints of Bouquet #AB768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

 BLUE value IS 143 (56.25% from 255) = 33.1%

R = 39.58%
G = 27.31%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB768F (or 0xAB768F) is known color: Bouquet. HEX triplet: AB, 76 and 8F. RGB value is (171,118,143). Sum of RGB (Red+Green+Blue) = 171+118+143=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768F is #548970. Grayscale: #888888. Windows color (decimal): -5540209 or 9402027. OLE color: 9402027.

HSL color Cylindrical-coordinate representation of color #AB768F: hue angle of 331.7º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB768F is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 143 -
CMYK 0 0.31 0.16 0.33
HSL 331.7º 0.24% 0.57% -
HSV(B) 331.7º 0.31% 0.67% -
XYZ 28.23 23.6 29.05 -
YUV 136.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 171 118 143 0 0.31 0.16 0.33 331.7 0.24 0.57
Hex AB 76 8F 0 1F 10 21 14C 18 39
Octal 253 166 217 0 37 20 41 514 30 71
Binary 10101011 1110110 10001111 0 11111 10000 100001 101001100 11000 111001

Color Harmonies of #AB768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB768F

Black with #AB768F

Text Example


Text Example

White with #AB768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB768F; }

 p { color: rgb(171,118,143); }

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

background-color css

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

 a { background-color: rgb(171,118,143); }

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

border-color css

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

 span { border-color: rgb(171,118,143); }

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