Html Css Color HEX #AB7DA1 Bouquet

📋 copy color: '#AB7DA1'

red 171 ◦ green 125 ◦ blue 161

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

Shades of Bouquet #AB7DA1

Tints of Bouquet #AB7DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 37.42%
G = 27.35%
B = 35.23%

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

#AB7DA1 (or 0xAB7DA1) is known color: Bouquet. HEX triplet: AB, 7D and A1. RGB value is (171,125,161). Sum of RGB (Red+Green+Blue) = 171+125+161=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DA1 is #54825E. Grayscale: #8E8E8E. Windows color (decimal): -5538399 or 10583467. OLE color: 10583467.

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

Color convert

RGB 171 125 161 -
CMYK 0 0.27 0.06 0.33
HSL 313.04º 0.21% 0.58% -
HSV(B) 313.04º 0.27% 0.67% -
XYZ 30.56 25.9 37.11 -
YUV 142.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 171 125 161 0 0.27 0.06 0.33 313.04 0.21 0.58
Hex AB 7D A1 0 1B 6 21 139 15 3A
Octal 253 175 241 0 33 6 41 471 25 72
Binary 10101011 1111101 10100001 0 11011 110 100001 100111001 10101 111010

Color Harmonies of #AB7DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DA1

Black with #AB7DA1

Text Example


Text Example

White with #AB7DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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