Html Css Color HEX #AF729C Bouquet

📋 copy color: '#AF729C'

red 175 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #AF729C

Tints of Bouquet #AF729C

RGB

 RED value IS 175 (68.75% from 255) = 39.33%

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 39.33%
G = 25.62%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF729C (or 0xAF729C) is known color: Bouquet. HEX triplet: AF, 72 and 9C. RGB value is (175,114,156). Sum of RGB (Red+Green+Blue) = 175+114+156=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729C is #508D63. Grayscale: #888888. Windows color (decimal): -5279076 or 10252975. OLE color: 10252975.

HSL color Cylindrical-coordinate representation of color #AF729C: hue angle of 318.69º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF729C is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 156 -
CMYK 0 0.35 0.11 0.31
HSL 318.69º 0.28% 0.57% -
HSV(B) 318.69º 0.35% 0.69% -
XYZ 29.7 23.55 34.43 -
YUV 137.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 175 114 156 0 0.35 0.11 0.31 318.69 0.28 0.57
Hex AF 72 9C 0 23 B 1F 13F 1C 39
Octal 257 162 234 0 43 13 37 477 34 71
Binary 10101111 1110010 10011100 0 100011 1011 11111 100111111 11100 111001

Color Harmonies of #AF729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF729C

Black with #AF729C

Text Example


Text Example

White with #AF729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF729C; }

 p { color: rgb(175,114,156); }

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

background-color css

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

 a { background-color: rgb(175,114,156); }

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

border-color css

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

 span { border-color: rgb(175,114,156); }

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