Html Css Color HEX #AB7AA5 Bouquet

📋 copy color: '#AB7AA5'

red 171 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #AB7AA5

Tints of Bouquet #AB7AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 37.34%
G = 26.64%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB7AA5 (or 0xAB7AA5) is known color: Bouquet. HEX triplet: AB, 7A and A5. RGB value is (171,122,165). Sum of RGB (Red+Green+Blue) = 171+122+165=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AA5 is #54855A. Grayscale: #8D8D8D. Windows color (decimal): -5539163 or 10844843. OLE color: 10844843.

HSL color Cylindrical-coordinate representation of color #AB7AA5: hue angle of 307.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7AA5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 165 -
CMYK 0 0.29 0.04 0.33
HSL 307.35º 0.23% 0.57% -
HSV(B) 307.35º 0.29% 0.67% -
XYZ 30.55 25.29 38.87 -
YUV 141.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 171 122 165 0 0.29 0.04 0.33 307.35 0.23 0.57
Hex AB 7A A5 0 1D 4 21 133 17 39
Octal 253 172 245 0 35 4 41 463 27 71
Binary 10101011 1111010 10100101 0 11101 100 100001 100110011 10111 111001

Color Harmonies of #AB7AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AA5

Black with #AB7AA5

Text Example


Text Example

White with #AB7AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AA5; }

 p { color: rgb(171,122,165); }

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

background-color css

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

 a { background-color: rgb(171,122,165); }

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

border-color css

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

 span { border-color: rgb(171,122,165); }

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