Html Css Color HEX #AF739C Bouquet

📋 copy color: '#AF739C'

red 175 ◦ green 115 ◦ blue 156

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

Shades of Bouquet #AF739C

Tints of Bouquet #AF739C

RGB

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

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

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

R = 39.24%
G = 25.78%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF739C (or 0xAF739C) is known color: Bouquet. HEX triplet: AF, 73 and 9C. RGB value is (175,115,156). Sum of RGB (Red+Green+Blue) = 175+115+156=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF739C is #508C63. Grayscale: #898989. Windows color (decimal): -5278820 or 10253231. OLE color: 10253231.

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

Color convert

RGB 175 115 156 -
CMYK 0 0.34 0.11 0.31
HSL 319º 0.27% 0.57% -
HSV(B) 319º 0.34% 0.69% -
XYZ 29.81 23.78 34.47 -
YUV 137.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 175 115 156 0 0.34 0.11 0.31 319 0.27 0.57
Hex AF 73 9C 0 22 B 1F 13F 1B 39
Octal 257 163 234 0 42 13 37 477 33 71
Binary 10101111 1110011 10011100 0 100010 1011 11111 100111111 11011 111001

Color Harmonies of #AF739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF739C

Black with #AF739C

Text Example


Text Example

White with #AF739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF739C; }

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

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

background-color css

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

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

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

border-color css

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

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

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