Html Css Color HEX #AB769B Bouquet

📋 copy color: '#AB769B'

red 171 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #AB769B

Tints of Bouquet #AB769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 38.51%
G = 26.58%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB769B (or 0xAB769B) is known color: Bouquet. HEX triplet: AB, 76 and 9B. RGB value is (171,118,155). Sum of RGB (Red+Green+Blue) = 171+118+155=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB769B is #548964. Grayscale: #898989. Windows color (decimal): -5540197 or 10188459. OLE color: 10188459.

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

Color convert

RGB 171 118 155 -
CMYK 0 0.31 0.09 0.33
HSL 318.11º 0.24% 0.57% -
HSV(B) 318.11º 0.31% 0.67% -
XYZ 29.19 23.98 34.1 -
YUV 138.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 171 118 155 0 0.31 0.09 0.33 318.11 0.24 0.57
Hex AB 76 9B 0 1F 9 21 13E 18 39
Octal 253 166 233 0 37 11 41 476 30 71
Binary 10101011 1110110 10011011 0 11111 1001 100001 100111110 11000 111001

Color Harmonies of #AB769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB769B

Black with #AB769B

Text Example


Text Example

White with #AB769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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