Html Css Color HEX #AF739E Bouquet

📋 copy color: '#AF739E'

red 175 ◦ green 115 ◦ blue 158

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

Shades of Bouquet #AF739E

Tints of Bouquet #AF739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 39.06%
G = 25.67%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF739E (or 0xAF739E) is known color: Bouquet. HEX triplet: AF, 73 and 9E. RGB value is (175,115,158). Sum of RGB (Red+Green+Blue) = 175+115+158=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF739E is #508C61. Grayscale: #898989. Windows color (decimal): -5278818 or 10384303. OLE color: 10384303.

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

Color convert

RGB 175 115 158 -
CMYK 0 0.34 0.10 0.31
HSL 317º 0.27% 0.57% -
HSV(B) 317º 0.34% 0.69% -
XYZ 29.98 23.84 35.37 -
YUV 137.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 175 115 158 0 0.34 0.10 0.31 317 0.27 0.57
Hex AF 73 9E 0 22 A 1F 13D 1B 39
Octal 257 163 236 0 42 12 37 475 33 71
Binary 10101111 1110011 10011110 0 100010 1010 11111 100111101 11011 111001

Color Harmonies of #AF739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF739E

Black with #AF739E

Text Example


Text Example

White with #AF739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF739E; }

 p { color: rgb(175,115,158); }

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

background-color css

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

 a { background-color: rgb(175,115,158); }

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

border-color css

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

 span { border-color: rgb(175,115,158); }

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