Html Css Color HEX #AB769F Bouquet

📋 copy color: '#AB769F'

red 171 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #AB769F

Tints of Bouquet #AB769F

RGB

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

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

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

R = 38.17%
G = 26.34%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB769F (or 0xAB769F) is known color: Bouquet. HEX triplet: AB, 76 and 9F. RGB value is (171,118,159). Sum of RGB (Red+Green+Blue) = 171+118+159=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB769F is #548960. Grayscale: #8A8A8A. Windows color (decimal): -5540193 or 10450603. OLE color: 10450603.

HSL color Cylindrical-coordinate representation of color #AB769F: hue angle of 313.58º 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 #AB769F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 159 -
CMYK 0 0.31 0.07 0.33
HSL 313.58º 0.24% 0.57% -
HSV(B) 313.58º 0.31% 0.67% -
XYZ 29.53 24.12 35.9 -
YUV 138.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 171 118 159 0 0.31 0.07 0.33 313.58 0.24 0.57
Hex AB 76 9F 0 1F 7 21 13A 18 39
Octal 253 166 237 0 37 7 41 472 30 71
Binary 10101011 1110110 10011111 0 11111 111 100001 100111010 11000 111001

Color Harmonies of #AB769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB769F

Black with #AB769F

Text Example


Text Example

White with #AB769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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