Html Css Color HEX #AB7690 Bouquet

📋 copy color: '#AB7690'

red 171 ◦ green 118 ◦ blue 144

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

Shades of Bouquet #AB7690

Tints of Bouquet #AB7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 39.49%
G = 27.25%
B = 33.26%

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

#AB7690 (or 0xAB7690) is known color: Bouquet. HEX triplet: AB, 76 and 90. RGB value is (171,118,144). Sum of RGB (Red+Green+Blue) = 171+118+144=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7690 is #54896F. Grayscale: #888888. Windows color (decimal): -5540208 or 9467563. OLE color: 9467563.

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

Color convert

RGB 171 118 144 -
CMYK 0 0.31 0.16 0.33
HSL 330.57º 0.24% 0.57% -
HSV(B) 330.57º 0.31% 0.67% -
XYZ 28.31 23.63 29.45 -
YUV 136.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 171 118 144 0 0.31 0.16 0.33 330.57 0.24 0.57
Hex AB 76 90 0 1F 10 21 14B 18 39
Octal 253 166 220 0 37 20 41 513 30 71
Binary 10101011 1110110 10010000 0 11111 10000 100001 101001011 11000 111001

Color Harmonies of #AB7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7690

Black with #AB7690

Text Example


Text Example

White with #AB7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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