Html Css Color HEX #AB7DA0 Bouquet

📋 copy color: '#AB7DA0'

red 171 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #AB7DA0

Tints of Bouquet #AB7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.41%

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 37.5%
G = 27.41%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB7DA0 (or 0xAB7DA0) is known color: Bouquet. HEX triplet: AB, 7D and A0. RGB value is (171,125,160). Sum of RGB (Red+Green+Blue) = 171+125+160=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DA0 is #54825F. Grayscale: #8E8E8E. Windows color (decimal): -5538400 or 10517931. OLE color: 10517931.

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

Color convert

RGB 171 125 160 -
CMYK 0 0.27 0.06 0.33
HSL 314.35º 0.21% 0.58% -
HSV(B) 314.35º 0.27% 0.67% -
XYZ 30.47 25.86 36.64 -
YUV 142.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 171 125 160 0 0.27 0.06 0.33 314.35 0.21 0.58
Hex AB 7D A0 0 1B 6 21 13A 15 3A
Octal 253 175 240 0 33 6 41 472 25 72
Binary 10101011 1111101 10100000 0 11011 110 100001 100111010 10101 111010

Color Harmonies of #AB7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DA0

Black with #AB7DA0

Text Example


Text Example

White with #AB7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DA0; }

 p { color: rgb(171,125,160); }

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

background-color css

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

 a { background-color: rgb(171,125,160); }

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

border-color css

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

 span { border-color: rgb(171,125,160); }

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