Html Css Color HEX #AF729D Bouquet

📋 copy color: '#AF729D'

red 175 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #AF729D

Tints of Bouquet #AF729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 39.24%
G = 25.56%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF729D (or 0xAF729D) is known color: Bouquet. HEX triplet: AF, 72 and 9D. RGB value is (175,114,157). Sum of RGB (Red+Green+Blue) = 175+114+157=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729D is #508D62. Grayscale: #898989. Windows color (decimal): -5279075 or 10318511. OLE color: 10318511.

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

Color convert

RGB 175 114 157 -
CMYK 0 0.35 0.10 0.31
HSL 317.7º 0.28% 0.57% -
HSV(B) 317.7º 0.35% 0.69% -
XYZ 29.78 23.58 34.88 -
YUV 137.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 175 114 157 0 0.35 0.10 0.31 317.7 0.28 0.57
Hex AF 72 9D 0 23 A 1F 13E 1C 39
Octal 257 162 235 0 43 12 37 476 34 71
Binary 10101111 1110010 10011101 0 100011 1010 11111 100111110 11100 111001

Color Harmonies of #AF729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF729D

Black with #AF729D

Text Example


Text Example

White with #AF729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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